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

static void Impala::Application::Videolympics::VidolviView::MyOglImdataDestroyFunc ( OGLIMAGE *  oglIm  )  [inline, static, protected]

Definition at line 215 of file VidolviView.h.

References ILOG_DEBUG.

Referenced by InitOGLIMAGE().

00216     {
00217         ILOG_DEBUG("OGL image destroyed.");
00218         if (!oglIm)
00219             return;
00220         Core::Array::Array2dVec3UInt8* ar = (Core::Array::Array2dVec3UInt8 *) oglIm->imageHandle;
00221         if (ar)
00222         {
00223             delete ar;
00224             ar = 0;
00225         }
00226     }


Generated on Fri Mar 19 10:55:27 2010 for ImpalaSrc by  doxygen 1.5.1