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

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

Definition at line 85 of file Stills.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().

Referenced by GetFrameIdVideo().

00086     {
00087         int rank = Find(GetColumn4(), name, 0, Size());
00088         if (rank == Size())
00089             return -1;
00090         return rank;
00091     }

Here is the call graph for this function:


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