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

void Impala::Visualization::DirImViewer3D::SetOglImageCache ( OglImageCache oglImCache,
bool  delOldCache = false 
) [inline]

Definition at line 110 of file DirImViewer3D.h.

References mOglImageCache.

00111     {
00112         if (oglImCache == mOglImageCache)
00113             return;
00114         if (delOldCache && mOglImageCache)
00115             delete mOglImageCache;
00116         mOglImageCache = oglImCache;
00117     }


Generated on Thu Jan 13 09:24:39 2011 for ImpalaSrc by  doxygen 1.5.1