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

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

Definition at line 368 of file VideoMinimap.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 CreateImageForShotID(), and InitOGLIMAGE().

00369     {
00370         // Obtain our 'im' stored as 'imageHandle'
00371         Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle;
00372 
00373         // Set oglIm dimensions to our 'im' dimensions
00374         oglIm->w = ar->CW();
00375         oglIm->h = ar->CH();
00376         oglIm->changed = 0;
00377         return (void *) ar->CPB(0, 0); // Pointer to the image pixels
00378     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:49:57 2010 for ImpalaSrc by  doxygen 1.5.1