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

void Impala::Persistency::KeyframesRepositoryInFile::Add ( const KeyframesLocator loc,
Core::VideoSet::Keyframes keys 
) [inline]

Definition at line 44 of file KeyframesRepositoryInFile.h.

References Impala::Persistency::RepositoryInFileSystem::GetFile(), Impala::Persistency::KeyframesLocator::GetName(), RepFS(), and Impala::Util::Write().

00045     {
00046         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00047                                     true, false);
00048         Write(keys, file);
00049     }

Here is the call graph for this function:


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