Definition at line 181 of file View.h. References GetDispImage(), and OglGui::View::GetImage(). Referenced by GetDispImage(). 00182 { 00183 OGLIMAGE* oglIm = GetImage(); 00184 // RvB: 3-2-2009 mem leak 00185 ReleaseOglImage(oglIm); 00186 if (!oglIm) 00187 return 0; 00188 return (Array2dVec3UInt8*) oglIm->imageHandle; 00189 }
Here is the call graph for this function:
|