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

String Impala::Core::Database::RawDataSet::GetFilePathMpeg7Shot ( int  fileId,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 543 of file RawDataSet.h.

References GetAsPath(), GetFileBase(), GetFilePath(), and MakeDir().

00544     {
00545         String dir = "MetaData/shots/" + GetAsPath(fileId);
00546         if (toWrite)
00547             MakeDir(dir);
00548         return GetFilePath(dir, GetFileBase(fileId) + ".xml", toWrite, silent);
00549     }

Here is the call graph for this function:


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