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

String Impala::Core::Table::AnnotationTable::GetQualificationString ( Quid  annotee  )  const [inline]

Definition at line 170 of file AnnotationTable.h.

References GetIndex(), IsNegative(), IsPositive(), IsSkip(), and Impala::Core::Table::Table::Size().

Referenced by Impala::Visualization::SimilarityTableSetRank::ShowImageInfo().

00171     {
00172         int index = GetIndex(annotee);
00173         if (index == Size())
00174             return "UNK";
00175         if (IsPositive(index))
00176             return "POS";
00177         if (IsNegative(index))
00178             return "NEG";
00179         if (IsSkip(index))
00180             return "SKIP";
00181         return "ERROR";
00182     }

Here is the call graph for this function:


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