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

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

Definition at line 95 of file Stills.h.

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

00096     {
00097         int rank = Find(GetColumn3(), frameNr, idxStart, idxEnd);
00098         if (rank == idxEnd)
00099             return -1;
00100         return rank;
00101     }

Here is the call graph for this function:


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