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

virtual Array2dVec3UInt8* Impala::Application::VideoExcel::TableDataSourceSqliteDb::GetImageDataByID ( std::string  column,
int  row 
) [inline, virtual]

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

Definition at line 76 of file TableDataSourceSqliteDb.h.

References Impala::Application::VideoExcel::TableDataSource::OutOfBounds(), and RetrieveImageFromDb().

00077     {
00078         if (OutOfBounds(row))
00079             return 0;
00080         Array2dVec3UInt8* ar = 0;
00081         ar = RetrieveImageFromDb(row);
00082         return ar;
00083     }

Here is the call graph for this function:


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