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

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

Definition at line 725 of file RawDataSet.h.

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

00727     {
00728         String dir = "Annotations/" + QuidClassToString(quidClass) + "/"
00729             + conceptSet;
00730         if (toWrite)
00731             MakeDir(dir);
00732         return GetFilePath(dir, annoFile, toWrite, silent);
00733     }

Here is the call graph for this function:


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