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

OGLIMAGE* OglGui::OglImageCache::GetImage ( unsigned long long  id  )  [inline]

Definition at line 104 of file OglImageCache.h.

References GetImIdPair().

Referenced by Impala::Visualization::DirImViewer3D::LoadImageIdx(), OglGui::WindowTimeLine::LoadViewImage(), OglGui::ViewerPointCloud::LoadViewImage(), Impala::Application::MediaTable::RandomImageWindow::LoadViewImage(), and Impala::Application::MediaTable::TableViewCache::ProcessDelayLoad().

00105     {
00106         ImIdPair* imIdPair = GetImIdPair(id);
00107         if (imIdPair)
00108         {
00109             OGLIMAGE* oglIm = imIdPair->first;
00110             if (oglIm)
00111                 oglIm->refCount++;
00112             return oglIm;
00113         }
00114         return 0;
00115     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:03:57 2010 for ImpalaSrc by  doxygen 1.5.1