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

int Impala::Core::VideoSet::Keyframes::GetFrameId ( String  name  )  [inline]

Definition at line 127 of file Keyframes.h.

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

00128     {
00129         int rank = Find(GetColumn4(), name, 0, Size());
00130         if (rank == Size())
00131             return -1;
00132         return rank;
00133     }

Here is the call graph for this function:


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