Definition at line 319 of file View.h. References MyOglImdataDestroyFunc(). Referenced by InitOGLIMAGE(), and MyOglImdataDestroyFunc(). 00320 { 00321 if (!oglIm) 00322 return; 00323 Array2dVec3UInt8* ar = (Array2dVec3UInt8 *) oglIm->imageHandle; 00324 if (ar) 00325 delete ar; 00326 }
Here is the call graph for this function:
|