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

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

Definition at line 583 of file RawDataSet.h.

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

Referenced by Impala::Core::Training::ApplyConceptsHelperKernels::LoadFeatures(), Impala::Core::VideoSet::ComputeKernelData::PrecomputeTask::PrecomputeTask(), and Impala::Core::ImageSet::ComputeKernelData::PrecomputeTask::PrecomputeTask().

00585     {
00586         String dir = "FeatureIndex/" + def.GetName();
00587         if (toWrite)
00588             MakeDir(dir);
00589         return GetFilePath(dir, def.AsString() + subSet + ".tab", toWrite,
00590                            silent);
00591     }

Here is the call graph for this function:


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