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

int Impala::Core::VideoSet::Keyframes::GetFrameId ( int  frameNr,
int  idxStart,
int  idxEnd 
) [inline]

Definition at line 137 of file Keyframes.h.

References Impala::Core::Column::Find(), and Impala::Core::Table::TableTem< Col1T, Col2T, Col3T, Col4T, Col5T, Col6T, Col7T, Col8T, Col9T >::GetColumn3().

00138     {
00139         int rank = Find(GetColumn3(), frameNr, idxStart, idxEnd);
00140         if (rank == idxEnd)
00141             return -1;
00142         return rank;
00143     }

Here is the call graph for this function:


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