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

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

Definition at line 671 of file RawDataSet.h.

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

00672     {
00673         String dir = "Codebooks/";
00674         if (toWrite)
00675             MakeDir(dir);
00676         return GetFilePath(dir, def.AsString() + ".tab", toWrite, silent);
00677    }

Here is the call graph for this function:


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