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

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

Definition at line 392 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Core::ImageSet::ImageSet::GetImage(), Impala::Core::ImageSet::ImageSet::GetImageData(), Impala::Core::Trec::SearchTopic::GetImageExampleName(), Impala::Core::ImageSet::Thumbnails::HandleNewFile(), and Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame().

00393     {
00394         String dir = "ImageData";
00395         if (toWrite)
00396             MakeDir(dir);
00397         return GetFilePath(dir, setName, toWrite, silent);
00398     }

Here is the call graph for this function:


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