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

virtual int Impala::Application::VideoExcel::TableDataSourceTrec::GetIntDataByID ( String  column,
int  row 
) [inline, virtual]

Reimplemented from Impala::Application::VideoExcel::TableDataSource.

Definition at line 44 of file TableDataSourceTrec.h.

References Impala::Core::VideoSet::Keyframes::GetNrKeyframesShot(), Impala::Core::VideoSet::Keyframes::GetShotId(), and mKeyframes.

00045     {
00046         if (column=="keyframes")
00047         {
00048             return mKeyframes->GetNrKeyframesShot(mKeyframes->GetShotId(row));
00049         }
00050         return 0;
00051     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:16:46 2011 for ImpalaSrc by  doxygen 1.5.1