Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 281 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.

00282     {
00283         String dbFile = (makeDbFile) ? GetFile(fileId) : ".";
00284         return mDb->MakeDir(base, subDir, GetSectionOfFile(fileId),
00285                             GetDirOfFile(fileId), dbFile);
00286     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:14:29 2010 for ImpalaSrc by  doxygen 1.5.1