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

String Impala::Core::IDash::VideoTable::GetCaseId ( int  vidId  )  const [inline]

Definition at line 61 of file VideoTable.h.

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

Referenced by Impala::Core::IDash::VideoSetWrapper::IsInTargetSet().

00062     {
00063         int idx = Find(vidId);
00064         if (idx < 0)
00065             return "";
00066         return Get3(idx);
00067     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:51 2011 for ImpalaSrc by  doxygen 1.5.1