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

static void* Impala::Visualization::View::MyOglImdataFunc ( OGLIMAGE *  oglIm  )  [inline, static, protected]

Definition at line 305 of file View.h.

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

Referenced by InitOGLIMAGE(), and MyOglImdataFunc().

00306     {
00307         // Obtain our 'im' stored as 'imageHandle'
00308         Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00309 
00310         // Set oglIm dimensions to our 'im' dimensions
00311         oglIm->w = ar->CW();
00312         oglIm->h = ar->CH();
00313         oglIm->changed = 0;
00314 
00315         return (void *) ar->CPB(0, 0); // Pointer to the image pixels
00316     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:51:02 2010 for ImpalaSrc by  doxygen 1.5.1