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

bool Impala::Persistency::KeyframesRepositoryInFile::Exists ( const KeyframesLocator loc  )  [inline]

Definition at line 25 of file KeyframesRepositoryInFile.h.

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

00026     {
00027         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00028                                     false, true);
00029         return file.Valid();
00030     }

Here is the call graph for this function:


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