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

void Impala::Visualization::DirImViewer3D::ClearFiles (  )  [inline]

Definition at line 132 of file DirImViewer3D.h.

References mFileNames, and mRgbDataSrc.

Referenced by Clear().

00133     {
00134         if (mRgbDataSrc)
00135         {
00136             delete mRgbDataSrc;
00137             mRgbDataSrc = 0;
00138         }
00139         unsigned int i;
00140         for (i=0 ; i<mFileNames.size() ; i++)
00141             delete mFileNames[i];
00142         mFileNames.clear();
00143     }


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