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

void Impala::Core::Database::RawDataSet::GenerateFileNames ( String  extension  )  [inline]

Definition at line 278 of file RawDataSet.h.

References GetDirOfFile(), mFile, and mHasFiles.

Referenced by RawDataSet(), and Impala::Core::VideoSet::VideoSet::VideoSet().

00279     {
00280         for (int i=0 ; i<mFile.size() ; i++)
00281             if (mFile[i] == String(""))
00282                 mFile[i] = GetDirOfFile(i) + extension;
00283         mHasFiles = true;
00284     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:57 2011 for ImpalaSrc by  doxygen 1.5.1