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

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

Definition at line 704 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().

00705     {
00706         String dir = "Reference/" + GetAsPath(fileId);
00707         if (toWrite)
00708             MakeDir(dir);
00709         return GetFilePath(dir, GetFileBase(fileId) + suffix, toWrite, silent);
00710     }

Here is the call graph for this function:


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