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

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

Definition at line 93 of file KernelMatrixRepositoryInFile.h.

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

00094     {
00095         if (loc.GetIsIndex())
00096             return DistributedAccessRepository().ExposeFile(loc, toWrite);
00097 
00098         String dir = GetDir(loc, false);
00099         String fName = loc.GetFeature() + ".tab";
00100         bool silent = !toWrite; // if (toWrite) force creating directory
00101         return RepFS().GetFile(loc, dir, fName, toWrite, silent);
00102     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:23:11 2011 for ImpalaSrc by  doxygen 1.5.1