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

String Impala::Core::ImageSet::ImageSet::MakeDirId ( String  base,
String  subDir,
int  fileId,
bool  makeDbFile 
) [inline]

Make directory base/subDir/DB_DIR/DB_FILE.

if (!makeDbFile) the DB_FILE part is "skipped" subDir may be ""

Definition at line 245 of file ImageSet.h.

References Impala::Core::Database::RawDataSet::GetDirOfFile(), Impala::Core::Database::RawDataSet::GetFile(), Impala::Core::Database::RawDataSet::GetSectionOfFile(), Impala::Util::Database::MakeDir(), and Impala::Core::Database::RawDataSet::mDb.

00246     {
00247         String dbFile = (makeDbFile) ? GetFile(fileId) : ".";
00248         return mDb->MakeDir(base, subDir, GetSectionOfFile(fileId),
00249                             GetDirOfFile(fileId), dbFile);
00250     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:00 2011 for ImpalaSrc by  doxygen 1.5.1