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

static void Impala::Visualization::VideoPlayer::OglImdataDestroyFunc ( OGLIMAGE *  oglIm  )  [inline, static, protected]

Definition at line 421 of file VideoPlayer.h.

Referenced by OglImageReadFrame().

00422     {
00423             if (!oglIm) return;
00424 
00425             Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00426 
00427             if (ar) delete ar;
00428     }


Generated on Fri Mar 19 11:50:24 2010 for ImpalaSrc by  doxygen 1.5.1