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

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

Definition at line 563 of file RawDataSet.h.

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

00565     {
00566         String dir = "MetaData/features/" + GetAsPath(fileId);
00567         if (toWrite)
00568             MakeDir(dir);
00569         return GetFilePath(dir, xmlName, toWrite, silent);
00570     }

Here is the call graph for this function:


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