Definition at line 56 of file DistributedAccessRepositoryInFile.h. References Impala::Persistency::KernelMatrixLocator::GetDoParts(), WriteFeatures(), WriteInfoFile(), WriteParts(), WritePartsAsOne(), and WriteQuids(). 00057 { 00058 if (!WriteInfoFile(da, loc)) 00059 return; 00060 WriteFeatures(da, loc); 00061 WriteQuids(da, loc); 00062 if (loc.GetDoParts() > 0) 00063 { 00064 if (loc.GetDoParts() == 3) 00065 WritePartsAsOne(da, loc); 00066 else 00067 WriteParts(da, loc); 00068 } 00069 }
Here is the call graph for this function: ![]()
|