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

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

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

Definition at line 73 of file TableDataSourceTrec.h.

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

00074     {
00075         ImageSet *set = mTrecEngine->GetKeyframeImageSet();
00076         if (set)
00077             return set->GetImage(row);
00078         return 0;
00079     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:30 2011 for ImpalaSrc by  doxygen 1.5.1