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

static void Impala::Application::VideoExcel::ImageCache::InitializeCache ( TableDataSource source,
int  size 
) [inline, static]

Definition at line 77 of file ImageCache.h.

References ILOG_WARN, ImageCache(), and sInstance.

Referenced by Impala::Application::VideoExcel::VideoExcel::Init().

00078     {
00079         if (sInstance)
00080         {
00081             ILOG_WARN("ImageCache already initialized. Skipping.");
00082             return;
00083         }
00084         sInstance = new ImageCache(source, size);
00085     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:53:00 2010 for ImpalaSrc by  doxygen 1.5.1