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

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

Definition at line 274 of file SimilarityTableSet.h.

References mNames, and mRanks.

00275     {
00276         for (size_t i=0 ; i<mNames.size() ; i++)
00277         {
00278             if (mNames[i] == name)
00279                 return mRanks[i];
00280         }
00281         return 0;
00282     }


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