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

static void Impala::Visualization::View::MyOglImdataDestroyFunc ( OGLIMAGE *  oglIm  )  [inline, static, protected]

Definition at line 319 of file View.h.

References MyOglImdataDestroyFunc().

Referenced by InitOGLIMAGE(), and MyOglImdataDestroyFunc().

00320     {
00321         if (!oglIm)
00322             return;
00323         Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00324         if (ar)
00325             delete ar;
00326     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1