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

String Impala::Core::Database::RawDataSet::GetFilePathSimilarityIndex ( String  conceptSet,
String  model,
String  featureString,
String  fileName,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 704 of file RawDataSet.h.

References GetFilePath(), and MakeDir().

Referenced by Impala::Core::Table::SimilarityTableSet::MakeFromFile(), and Impala::Core::Table::SimilarityTableSet::Save().

00707     {
00708         String dir = "SimilarityIndex/" + conceptSet + "/" + model + "/"
00709             + featureString;
00710         if (toWrite)
00711             MakeDir(dir);        
00712         return GetFilePath(dir, fileName, toWrite, silent);
00713     }

Here is the call graph for this function:


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