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

String Impala::Core::Database::RawDataSet::GetFilePathGroundTruth ( String  truthFile,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 736 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

00737     {
00738         String dir = "Annotations/groundtruth";
00739         if (toWrite)
00740             MakeDir(dir);
00741         return GetFilePath(dir, truthFile, toWrite, silent);
00742     }

Here is the call graph for this function:


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