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

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

Definition at line 192 of file AnnotationTable.h.

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

00193     {
00194         int index = GetIndex(annotee);
00195         if (index != Size())
00196             return IsNegative(index);
00197         return false;
00198     }

Here is the call graph for this function:


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