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

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

Definition at line 490 of file RawDataSet.h.

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

00491     {
00492         String dir = "MetaData/shots/" + GetAsPath(fileId);
00493         if (toWrite)
00494             MakeDir(dir);
00495         return GetFilePath(dir, GetFileBase(fileId) + ".xml", toWrite, silent);
00496     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:41 2010 for ImpalaSrc by  doxygen 1.5.1