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

bool Impala::Core::Feature::FeatureDefinition::Empty (  )  const [inline]

Definition at line 44 of file FeatureDefinition.h.

References mName, and mParams.

Referenced by Impala::Core::VideoSet::ExportConcepts::HandleDoneFile().

00045     {
00046         return ((mName == "noName") && (mParams.size() == 0));
00047     }


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