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

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

Reimplemented from Impala::Application::MediaTable::TableDataSource.

Definition at line 45 of file TableDataSourceTrec.h.

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

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

Here is the call graph for this function:


Generated on Fri Mar 19 10:45:35 2010 for ImpalaSrc by  doxygen 1.5.1