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

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

Definition at line 552 of file RawDataSet.h.

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

00554     {
00555         String dir = "MetaData/annotations/" + conceptSet + "/"
00556             + GetAsPath(fileId);
00557         if (toWrite)
00558             MakeDir(dir);
00559         return GetFilePath(dir, xmlName, toWrite, silent);
00560     }

Here is the call graph for this function:


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