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

std::vector<FeatureTable*> Impala::Core::Feature::Computor::GetProtoFeatureTables ( int  pixelFeatureSet  )  [inline]

Definition at line 302 of file Computor.h.

References GetPixelFeatureDefName(), GetPixelFeatureDefVal(), Impala::Core::Feature::FeatureTableSet::GetTables(), and mProtoFeatureTableSet.

Referenced by Impala::Core::Feature::VisSem::ComputeFeaturesPixelSet(), and Impala::Application::Table::DoSelectFeatureTableSet().

00303     {
00304         String pName = GetPixelFeatureDefName(pixelFeatureSet);
00305         String pVal = GetPixelFeatureDefVal(pixelFeatureSet);
00306         return mProtoFeatureTableSet->GetTables(pName, pVal);
00307     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:55 2010 for ImpalaSrc by  doxygen 1.5.1