Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 570 of file RawDataSet.h.

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

00572     {
00573         String dir = "FeatureData/" + def.GetName() + "/" + GetSection(dirId)
00574             + "/" + GetDir(dirId) + "/";
00575         if (partial)
00576             dir += "/part_" + MakeString(startFile);
00577         if (toWrite)
00578             MakeDir(dir);
00579         return GetFilePath(dir, def.AsString() + ".tab", toWrite, silent);
00580     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:46 2010 for ImpalaSrc by  doxygen 1.5.1