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

SimTableType* Impala::Core::Table::SimilarityTableSet::GetSimTable ( String  name  )  const [inline]

Definition at line 257 of file SimilarityTableSet.h.

References mNames, and mSims.

00258     {
00259         for (size_t i=0 ; i<mNames.size() ; i++)
00260         {
00261             if (mNames[i] == name)
00262                 return mSims[i];
00263         }
00264         return 0;
00265     }


Generated on Fri Mar 19 11:20:52 2010 for ImpalaSrc by  doxygen 1.5.1