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

void Impala::Visualization::View::SetUpdateOglImage (  )  [inline]

Definition at line 170 of file View.h.

References OglGui::View::GetImage(), and SetUpdateOglImage().

Referenced by SetUpdateOglImage().

00171     {
00172         OGLIMAGE* oglIm = GetImage();
00173 // RvB: 3-2-2009 mem leak
00174 ReleaseOglImage(oglIm);
00175         if (!oglIm)
00176             return;
00177         oglIm->changed = 1;
00178     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:31 2011 for ImpalaSrc by  doxygen 1.5.1