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

static void* Impala::Application::Videolympics::VidolviView::MyOglImdataFunc ( OGLIMAGE *  oglIm  )  [inline, static, protected]

Definition at line 201 of file VidolviView.h.

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

Referenced by InitOGLIMAGE().

00202     {
00203         // Obtain our 'im' stored as 'imageHandle'
00204         Core::Array::Array2dVec3UInt8* ar = (Core::Array::Array2dVec3UInt8 *) oglIm->imageHandle;
00205 
00206         // Set oglIm dimensions to our 'im' dimensions
00207         oglIm->w = ar->CW();
00208         oglIm->h = ar->CH();
00209         oglIm->changed = 0;
00210 
00211         return (void *) ar->CPB(0, 0); // Pointer to the image pixels
00212     }

Here is the call graph for this function:


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