Definition at line 289 of file View.h. References DoUpdateDispImage(), and mKeepDispImage. Referenced by DoUpdateDispImage(), and UpdateImage(). 00290 { 00291 oglIm->changed = 1; 00292 if (!mKeepDispImage) 00293 { 00294 oglSys.LoadGLTexture(oglIm); 00295 oglIm->changed = 0; 00296 Array2dVec3UInt8* dispIm = (Array2dVec3UInt8*) oglIm->imageHandle; 00297 delete dispIm; 00298 oglIm->imageHandle = 0; 00299 } 00300 }
Here is the call graph for this function:
|