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

String Impala::Core::Database::RawDataSet::GetFileOrDir ( int  i,
String  extension 
) const [inline]

Definition at line 217 of file RawDataSet.h.

References GetDirOfFile(), and mFile.

Referenced by Impala::Core::VideoSet::VideoSet::GetVideo().

00218     {
00219         if (mFile[i] != String(""))
00220             return mFile[i];
00221         return GetDirOfFile(i) + extension;
00222     }

Here is the call graph for this function:


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