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

Impala::Core::Array::Array2dVec3UInt8* Impala::Application::MediaTable::TableDataStore::GetImageDataByQuid ( unsigned long long  quid  )  [inline]

Definition at line 82 of file TableDataStore.h.

References mTableDataSources.

00083     {
00084         TableDataSourceMapType::iterator it;
00085         for(it = mTableDataSources.begin(); it != mTableDataSources.end(); it++)
00086         {
00087                 // ToDo: This should be optimized! Now loops over all sources and all columns.
00088                 Impala::Core::Array::Array2dVec3UInt8* img;
00089                 img = it->second.first->GetImageDataByQuid(quid);
00090                 if(img)
00091                         return img;
00092         }
00093         return 0;
00094     }


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