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

String Impala::Core::Database::RawDataSet::GetFilePathImageData ( int  nameId,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 454 of file RawDataSet.h.

References GetDirOfFile(), GetFile(), GetFilePath(), GetSectionOfFile(), and MakeDir().

00455     {
00456         String dir = "ImageData/" + GetSectionOfFile(nameId) + "/"
00457             + GetDirOfFile(nameId);
00458         if (toWrite)
00459             MakeDir(dir);
00460         return GetFilePath(dir, GetFile(nameId), toWrite, silent);
00461     }

Here is the call graph for this function:


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