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

RankTableType* Impala::Core::Table::SimilarityTableSet::GetRankTable ( String  name  )  const [inline]

Definition at line 260 of file SimilarityTableSet.h.

References mNames, and mRanks.

00261     {
00262         for (size_t i=0 ; i<mNames.size() ; i++)
00263         {
00264             if (mNames[i] == name)
00265                 return mRanks[i];
00266         }
00267         return 0;
00268     }


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