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

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

Definition at line 499 of file RawDataSet.h.

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

Referenced by Impala::Visualization::SegmentationDocumentGuiAnno::CheckLoadMpeg7().

00501     {
00502         String dir = "MetaData/annotations/" + conceptSet + "/"
00503             + GetAsPath(fileId);
00504         if (toWrite)
00505             MakeDir(dir);
00506         return GetFilePath(dir, xmlName, toWrite, silent);
00507     }

Here is the call graph for this function:


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