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

String Impala::Core::Database::RawDataSet::GetFilePathConceptModel ( String  conceptSet,
String  modelType,
FeatureDefinition  def,
String  modelFile,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 745 of file RawDataSet.h.

References Impala::Core::Feature::FeatureDefinition::AsString(), GetFilePath(), and MakeDir().

00748     {
00749         String dir = "ConceptModels/" + conceptSet + "/" + modelType + "/"
00750             + def.AsString();
00751         if (toWrite)
00752             MakeDir(dir);
00753         return GetFilePath(dir, modelFile, toWrite, silent);
00754     }

Here is the call graph for this function:


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