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

template<class T>
void Impala::Core::VideoSet::FilterRkf ( T *&  table,
Keyframes *  kf 
)

Definition at line 19 of file FilterRkf.h.

References ILOG_DEBUG, ILOG_FUNCTION, Impala::Core::VideoSet::Keyframes::MakeRkfTable(), and Impala::Core::Table::Select().

Referenced by FilterRkf().

00020 {
00021     ILOG_FUNCTION(Impala.Core.VideoSet.FilterRkf);
00022     Table::QuidTable* rkfQuids = kf->MakeRkfTable();
00023     Table::CriterionQuidInSet<T> c(rkfQuids);
00024     ILOG_DEBUG("before: table->Size = "<< table->Size());
00025     Table::Select(table, table, c, true);
00026     ILOG_DEBUG("after: table->Size = "<< table->Size());
00027 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:28:08 2010 for ImpalaSrc by  doxygen 1.5.1