Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:51:03 2010 for ImpalaSrc by  doxygen 1.5.1