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

Feature::FeatureTable* Impala::Core::Training::TrainDataSrcFeature::GetFeatureTableWithCache ( int  videoId  )  [inline, private]

Definition at line 167 of file TrainDataSrcFeature.h.

References MakeFeatureTable(), and mFeatureTableCache.

Referenced by MakeSvmProblem().

00168     {
00169         Feature::FeatureTable* table = 0;
00170         if (!mFeatureTableCache.GetElement(videoId, table))
00171         {
00172             table = MakeFeatureTable(videoId);
00173             mFeatureTableCache.AddElement(videoId, table);
00174         }
00175         return table;
00176     }

Here is the call graph for this function:


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