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

String Impala::Core::Database::RawDataSet::GetFileBase ( int  i  )  const [inline]

Definition at line 226 of file RawDataSet.h.

References Impala::FileNameBase(), GetDirOfFile(), and mFile.

Referenced by Impala::Core::ImageSet::ImageSet::GetFilePathId(), GetFilePathMetaData(), GetFilePathMpeg7Shot(), and GetFilePathReference().

00227     {
00228         if (mFile[i] != String(""))
00229             return FileNameBase(mFile[i]);
00230         return GetDirOfFile(i);
00231     }

Here is the call graph for this function:


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