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

OGLIMAGE* Impala::Visualization::VideoMinimap::InitOGLIMAGE ( int  imW,
int  imH 
) [inline, protected]

Definition at line 336 of file VideoMinimap.h.

References mOglIm, MyOglImdataDestroyFunc(), and MyOglImdataFunc().

Referenced by Init().

00337     {
00338         mOglIm = oglSys.OglImage(GL_RGB, imW, imH);
00339         mOglIm->imDataFunc = MyOglImdataFunc;
00340         mOglIm->onDestroy = MyOglImdataDestroyFunc;
00341         Array2dVec3UInt8* ar =
00342             Core::Array::ArrayCreate<Array2dVec3UInt8>(imW, imH, 0, 0);
00343         mOglIm->imageHandle = ar;
00344         return mOglIm;
00345     }

Here is the call graph for this function:


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