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

FeatureTable* Impala::Core::Feature::FeatureTableSet::GetTable ( String  name  )  const [inline]

Definition at line 261 of file FeatureTableSet.h.

References GetDefinitionName(), and mTables.

00262     {
00263         for (int i=0 ; i<mTables.size() ; i++)
00264             if (GetDefinitionName(i) == name)
00265                 return mTables[i];
00266         return 0;
00267     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:09:35 2010 for ImpalaSrc by  doxygen 1.5.1