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

String Impala::Core::Database::RawDataSet::GetFilePathReference ( int  fileId,
String  suffix,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 757 of file RawDataSet.h.

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

Referenced by Impala::Core::Test::TestWeibull::Run(), Impala::Core::Test::TestWatershedMarkers::Run(), Impala::Core::Test::TestWatershed::Run(), Impala::Core::Test::TestInvWiccest::Run(), and Impala::Core::Test::TestColorSegmentation::Run().

00758     {
00759         String dir = "Reference/" + GetAsPath(fileId);
00760         if (toWrite)
00761             MakeDir(dir);
00762         return GetFilePath(dir, GetFileBase(fileId) + suffix, toWrite, silent);
00763     }

Here is the call graph for this function:


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