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

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

Definition at line 445 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Core::Trec::SearchTopic::GetImageExampleName(), and Impala::Core::VideoSet::ExportKeyframes::HandleNewFrame().

00446     {
00447         String dir = "ImageData";
00448         if (toWrite)
00449             MakeDir(dir);
00450         return GetFilePath(dir, setName, toWrite, silent);
00451     }

Here is the call graph for this function:


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