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

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

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

Definition at line 66 of file TableDataSourceTrec.h.

References Impala::Core::ImageSet::ImageSet::GetImage(), Impala::Application::IDash::TrecEngine::GetKeyframeImageSet(), and mTrecEngine.

00067     {
00068         Array2dVec3UInt8* ar = 0;
00069         ImageSet *set = mTrecEngine->GetKeyframeImageSet();
00070         if (set)
00071             return set->GetImage(row);
00072         return 0;
00073     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:54:16 2010 for ImpalaSrc by  doxygen 1.5.1