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

String Impala::Core::Database::RawDataSet::GetFilePathFeatureIndex ( FeatureDefinition  def,
String  subSet,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 636 of file RawDataSet.h.

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

00638     {
00639         String dir = "FeatureIndex/" + def.GetName();
00640         if (toWrite)
00641             MakeDir(dir);
00642         return GetFilePath(dir, def.AsString() + subSet + ".tab", toWrite,
00643                            silent);
00644     }

Here is the call graph for this function:


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