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

OGLIMAGE* Impala::Application::VideoExcel::ImageCache::GetImage ( int  id,
String  column 
) [inline]

Definition at line 98 of file ImageCache.h.

References GetImageFromCache(), and LoadImage().

00099     {
00100         OGLIMAGE *i = GetImageFromCache(id, column);
00101         if (!i)
00102             i = LoadImage(id, column);
00103         return i;
00104     }

Here is the call graph for this function:


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