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

Core::Table::QuidTable* Impala::Core::VideoSet::Keyframes::MakeRkfTable (  )  [inline]

Definition at line 95 of file Keyframes.h.

References Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::Add(), GetNrKeyframes(), GetQuidFrame(), and IsRKF().

Referenced by Impala::Core::VideoSet::FilterRkf().

00096     {
00097         Core::Table::QuidTable* quids = new Core::Table::QuidTable(0);
00098         for(int i=0 ; i<GetNrKeyframes() ; ++i)
00099         {
00100             if(IsRKF(i))
00101                 quids->Add(GetQuidFrame(i));
00102         }
00103         return quids;
00104     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:30:01 2010 for ImpalaSrc by  doxygen 1.5.1