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

String Impala::Core::Database::RawDataSet::GetFilePathFeatureData ( FeatureDefinition  def,
int  dirId,
bool  partial,
int  startFile,
bool  toWrite,
bool  silent 
) [inline]

Definition at line 623 of file RawDataSet.h.

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

00625     {
00626         String dir = "FeatureData/" + def.GetName() + "/" + GetSection(dirId)
00627             + "/" + GetDir(dirId) + "/";
00628         if (partial)
00629             dir += "/part_" + MakeString(startFile);
00630         if (toWrite)
00631             MakeDir(dir);
00632         return GetFilePath(dir, def.AsString() + ".tab", toWrite, silent);
00633     }

Here is the call graph for this function:


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