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

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

Definition at line 510 of file RawDataSet.h.

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

00512     {
00513         String dir = "MetaData/features/" + GetAsPath(fileId);
00514         if (toWrite)
00515             MakeDir(dir);
00516         return GetFilePath(dir, xmlName, toWrite, silent);
00517     }

Here is the call graph for this function:


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