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

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

Definition at line 401 of file RawDataSet.h.

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

00402     {
00403         String dir = "ImageData/" + GetSectionOfFile(nameId) + "/"
00404             + GetDirOfFile(nameId);
00405         if (toWrite)
00406             MakeDir(dir);
00407         return GetFilePath(dir, GetFile(nameId), toWrite, silent);
00408     }

Here is the call graph for this function:


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