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

bool Impala::Core::Table::AnnotationTable::IsPositive ( Quid  annotee  )  const [inline]

Definition at line 177 of file AnnotationTable.h.

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

00178     {
00179         int index = GetIndex(annotee);
00180         if (index != Size())
00181             return IsPositive(index);
00182         return false;
00183     }

Here is the call graph for this function:


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