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

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

Definition at line 243 of file SimilarityTableSet.h.

References mNames, and mSims.

00244     {
00245         for (size_t i=0 ; i<mNames.size() ; i++)
00246         {
00247             if (mNames[i] == name)
00248                 return mSims[i];
00249         }
00250         return 0;
00251     }


Generated on Thu Jan 13 09:20:52 2011 for ImpalaSrc by  doxygen 1.5.1