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

static void Impala::Application::MediaTable::OglImageCacheStore::Initialize ( int  size  )  [inline, static]

Definition at line 24 of file OglImageCacheStore.h.

References ILOG_WARN, OglImageCacheStore(), and sInstance.

Referenced by GetInstance(), and Impala::Application::MediaTable::MediaTable::Init().

00025         {
00026                 if (sInstance)
00027                 {
00028                         ILOG_WARN("OglImageCacheStore already initialized. Skipping.");
00029                         return;
00030                 }
00031         else
00032                         sInstance = new OglImageCacheStore(size);
00033         }

Here is the call graph for this function:


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