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

virtual OGLIMAGE* Impala::Application::MediaTable::VisualizationModule::GetOglImageById ( long long  quid  )  [inline, virtual]

Reimplemented from OglGui::GetOglImageByIdInterface.

Definition at line 49 of file VisualizationModule.h.

References Impala::Application::MediaTable::TableDataStore::GetInstance(), OglGui::GetOglImageByIdInterface::GetOglImageById(), mGetOglImageByIdI, and Impala::Visualization::RgbOglImage::OglImage().

00050     {
00051                 if(mGetOglImageByIdI != 0)
00052                         return mGetOglImageByIdI->GetOglImageById(quid);
00053                 
00054         return Visualization::RgbOglImage::OglImage
00055                 (TableDataStore::GetInstance()->GetImageDataByQuid(quid));
00056     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:44:26 2010 for ImpalaSrc by  doxygen 1.5.1