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

FeatureTable* Impala::Core::Training::ApplyConceptsHelperFeatures::LoadFeatures ( const FeatureLocator featLoc  )  [inline, virtual]

Implements Impala::Core::Training::ApplyConceptsHelper.

Definition at line 33 of file ApplyConceptsHelperFeatures.h.

References ILOG_ERROR, and mFeatures.

00034     {
00035         if (mFeatures)
00036             ILOG_ERROR("programming error");
00037         mFeatures = Persistency::FeatureTableRepository().Get(featLoc);
00038         return mFeatures;
00039     }


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