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

virtual void Impala::Core::Feature::VisSem::ReadPrototypes ( String  protoSet,
String  maskSet,
int  maxNr 
) [inline, virtual]

Implements Impala::Core::Feature::Computor.

Definition at line 119 of file VisSem.h.

References Impala::Core::Feature::Computor::LimitProtoFeatureTableSize(), Impala::Core::Feature::Computor::MakeFeatureTableSet(), and Impala::Core::Feature::Computor::ReadProtoFeatureTableSet().

00120     {
00121         ReadProtoFeatureTableSet(protoSet, maskSet);
00122         if (maxNr > 0)
00123             LimitProtoFeatureTableSize(maxNr);
00124         MakeFeatureTableSet();
00125     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:10:59 2010 for ImpalaSrc by  doxygen 1.5.1