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

bool Impala::Persistency::KernelMatrixRepositoryInFile::Exists ( const KernelMatrixLocator loc  )  [inline]

Definition at line 28 of file KernelMatrixRepositoryInFile.h.

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

00029     {
00030         if (loc.GetIsIndex())
00031             return DistributedAccessRepository().Exists(loc);
00032 
00033         String dir = GetDir(loc, false);
00034         String fName = loc.GetFeature() + ".tab";
00035         File file = RepFS().GetFile(loc, dir, fName, false, true);
00036         return file.Valid();
00037     }

Here is the call graph for this function:


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