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

void Impala::Core::Table::AnnotationTable::SelectQuidObjectMaxNegative ( int  number  )  [inline]

Definition at line 257 of file AnnotationTable.h.

References Impala::Core::Table::Select().

00258     {
00259         if (number == -1)
00260             return;
00261 
00262         CriterionQuidObjectMaxNumberElement2<AnnotationTable> crit(-1.0, number);
00263         Select(this, this, crit, true);
00264     }

Here is the call graph for this function:


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