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

String Impala::Core::Database::RawDataSet::GetFilePathAnnotation ( int  quidClass,
String  conceptSet,
String  annoFile,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 672 of file RawDataSet.h.

References GetFilePath(), MakeDir(), and Impala::QuidClassToString().

00674     {
00675         String dir = "Annotations/" + QuidClassToString(quidClass) + "/"
00676             + conceptSet;
00677         if (toWrite)
00678             MakeDir(dir);
00679         return GetFilePath(dir, annoFile, toWrite, silent);
00680     }

Here is the call graph for this function:


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