Definition at line 42 of file DistributedAccessRepositoryInFile.h. References Impala::Persistency::KernelMatrixLocator::GetDoParts(), LoadFeatures(), LoadParts(), LoadQuids(), and ReadInfoFile(). 00043 { 00044 DistributedAccess* da = ReadInfoFile(loc); 00045 if (da) 00046 { 00047 LoadFeatures(da, loc); 00048 LoadQuids(da, loc); 00049 if (loc.GetDoParts() > 0) 00050 LoadParts(da, loc); 00051 } 00052 return da; 00053 }
Here is the call graph for this function: ![]()
|