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

void Impala::Application::VideoExcel::TableDataSourceImageDir::ClearFiles (  )  [inline]

Definition at line 51 of file TableDataSourceImageDir.h.

References mFileNames, and mRgbDataSrcRaw.

Referenced by OpenDir(), and ~TableDataSourceImageDir().

00052     {
00053         if (mRgbDataSrcRaw)
00054         {
00055             delete mRgbDataSrcRaw;
00056             mRgbDataSrcRaw = 0;
00057         }
00058         for (unsigned int i=0 ; i<mFileNames.size() ; i++)
00059             delete mFileNames[i];
00060         mFileNames.clear();
00061     }


Generated on Thu Jan 13 09:16:46 2011 for ImpalaSrc by  doxygen 1.5.1