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

OGLIMAGE* Impala::Application::Videolympics::VidolviView::InitOGLIMAGE ( Core::Array::Array2dVec3UInt8 im  )  [inline, protected]

Definition at line 185 of file VidolviView.h.

References Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CH(), Impala::Core::Array::Array2dTem< StorT, elemSize, ArithT >::CW(), mOglIm, MyOglImdataDestroyFunc(), and MyOglImdataFunc().

00186     {
00187 //        ILOG_DEBUG("OGL image created, res = " << im->CW() << "x" << im->CH() << ".");
00188         mOglIm = oglSys.OglImage(GL_RGB, im->CW(), im->CH());
00189         mOglIm->imDataFunc = MyOglImdataFunc;
00190         mOglIm->onDestroy = MyOglImdataDestroyFunc;
00191   
00192         mOglIm->noTexScaling = 1;
00193 //        Array2dVec3UInt8* ar = 
00194 //            Core::Array::ArrayCreate<Array2dVec3UInt8>(imW, imH, 0, 0);
00195         mOglIm->imageHandle = im;
00196         return mOglIm;
00197 
00198     }

Here is the call graph for this function:


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