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

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

Definition at line 78 of file DirImViewer3D.h.

References mOglImageCache.

00079     {
00080         if (oglImCache == mOglImageCache)
00081             return;
00082         if (delOldCache && mOglImageCache)
00083             delete mOglImageCache;
00084         mOglImageCache = oglImCache;
00085     }


Generated on Fri Mar 19 11:43:29 2010 for ImpalaSrc by  doxygen 1.5.1