Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:09:13 2010 for ImpalaSrc by  doxygen 1.5.1