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

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

Definition at line 381 of file VideoMinimap.h.

Referenced by CreateImageForShotID(), and InitOGLIMAGE().

00382     {
00383         if (!oglIm)
00384             return;
00385         Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00386         if (ar)
00387             delete ar;
00388     }


Generated on Fri Mar 19 11:49:57 2010 for ImpalaSrc by  doxygen 1.5.1