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

FeatureTable* Impala::Core::Training::ApplyConceptsHelperFeatures::LoadFeatures ( Database::PathCreator pathCreator  )  [inline, virtual]

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

Definition at line 40 of file ApplyConceptsHelperFeatures.h.

References Impala::Core::Database::PathCreator::GetDatabase(), Impala::Core::Database::PathCreator::GetFilePathFeatureData(), ILOG_ERROR, mFeatureDef, mFeatures, and mInitialized.

00041     {
00042         if(!mInitialized)
00043             ILOG_ERROR("not initialized");
00044         if(mFeatures)
00045             ILOG_ERROR("programming error");
00046         String path = pathCreator->GetFilePathFeatureData(false, false);
00047         mFeatures = FeatureTable::MakeFromFile(mFeatureDef, path,
00048                                                pathCreator->GetDatabase());
00049         return mFeatures;
00050     }

Here is the call graph for this function:


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