Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

DistributedAccess* Impala::Persistency::DistributedAccessRepositoryInFile::Get ( const KernelMatrixLocator loc  )  [inline]

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:


Generated on Thu Jan 13 09:22:35 2011 for ImpalaSrc by  doxygen 1.5.1