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

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

Definition at line 36 of file KeyframesRepositoryInFile.h.

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

00037     {
00038         File file = RepFS().GetFile(loc, "VideoIndex", loc.GetName() + ".tab",
00039                                     true, false);
00040         Write(keys, file);
00041     }

Here is the call graph for this function:


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