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:
|