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

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

Definition at line 520 of file RawDataSet.h.

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

00522     {
00523         String dir = "MetaData/similarities/" + conceptSet + "/"
00524             + GetAsPath(fileId);
00525         if (toWrite)
00526             MakeDir(dir);
00527         return GetFilePath(dir, xmlName, toWrite, silent);
00528     }

Here is the call graph for this function:


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