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

static void Impala::Visualization::RgbOglImage::OglImdataDestroyFunc ( OGLIMAGE *  oglIm  )  [inline, static, private]

Definition at line 53 of file RgbOglImage.h.

References sNrCreatedImages.

Referenced by OglImage().

00054     {
00055             if (!oglIm) return;
00056 
00057             Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00058             if (ar) delete ar;
00059         sNrCreatedImages--;
00060     }


Generated on Fri Mar 19 11:45:47 2010 for ImpalaSrc by  doxygen 1.5.1