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

File Impala::Persistency::DistributedAccessRepositoryInFile::ExposeFile ( const KernelMatrixLocator loc,
bool  toWrite 
) [inline]

Definition at line 72 of file DistributedAccessRepositoryInFile.h.

References GetDir(), Impala::Persistency::KernelMatrixLocator::GetFeature(), Impala::Persistency::RepositoryInFileSystem::GetFile(), and RepFS().

00073     {
00074         String dir = GetDir(loc);
00075         String fName = loc.GetFeature() + ".info";
00076         bool silent = !toWrite; // if (toWrite) force creating directory
00077         return RepFS().GetFile(loc, dir, fName, toWrite, silent);
00078     }

Here is the call graph for this function:


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