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

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

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

Definition at line 79 of file TableDataSourceWeekMap.h.

References mRemoteRetriever, and mWeekStats.

00080     {
00081         Array2dVec3UInt8* ar = 0;
00082         if (mWeekStats.count(row) != 0) {
00083                 OGLIMAGE* oglIm = mRemoteRetriever->requestImage(mWeekStats[row]->mostPopularPhoto->imageUrl("s"));
00084                 ar = (Array2dVec3UInt8*) oglIm->imageHandle;
00085         }
00086         return ar;
00087     }


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