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

String Impala::Core::Database::RawDataSet::GetFilePathImageArchive ( String  archiveName,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 464 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Core::ImageSet::ImageSet::GetArchive(), Impala::Core::VideoSet::ExportKeyframes::HandleDoneFile(), Impala::Core::VideoSet::ExportKeyframes::HandleDoneWalk(), and Impala::Core::VideoSet::ExportStills::HandleNewFile().

00465     {
00466         String dir = "ImageArchive";
00467         if (toWrite)
00468             MakeDir(dir);
00469         return GetFilePath(dir, archiveName, toWrite, silent);
00470     }

Here is the call graph for this function:


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