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

Array2dVec3UInt8* Impala::Visualization::View::GetDispImage (  )  [inline]

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:


Generated on Fri Mar 19 11:50:59 2010 for ImpalaSrc by  doxygen 1.5.1