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

bool Impala::Persistency::ImageSetRepositoryInFile::Exists ( const ImageSetLocator loc  )  [inline]

Definition at line 26 of file ImageSetRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::ImageSetLocator::GetName(), RepFS(), and Impala::Persistency::File::Valid().

00027     {
00028         File f = RepFS().GetFile(loc, "ImageData", loc.GetName(), false, true);
00029         return f.Valid();
00030     }

Here is the call graph for this function:


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