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

Keyframes* Impala::Persistency::KeyframesRepositoryInFile::Get ( KeyframesLocator  loc,
Core::VideoSet::VideoSet vidSet 
) [inline]

Definition at line 25 of file KeyframesRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KeyframesLocator::GetName(), Impala::Core::Table::Read(), RepFS(), and Impala::Core::VideoSet::Keyframes::UpdateGroups().

00026     {
00027         Keyframes* res = new Keyframes(vidSet, "");
00028         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00029                                     false, false);
00030         Read(res, file);
00031         res->UpdateGroups();
00032         return res;
00033     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:35:58 2010 for ImpalaSrc by  doxygen 1.5.1