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

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

Definition at line 33 of file KeyframesRepositoryInFile.h.

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

00034     {
00035         Keyframes* res = new Keyframes(vidSet, "");
00036         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00037                                     false, false);
00038         Read(res, file);
00039         res->UpdateGroups();
00040         return res;
00041     }

Here is the call graph for this function:


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