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

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

Definition at line 289 of file AnnotationTable.h.

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

00290     {
00291         if (number == -1)
00292             return;
00293 
00294         CriterionQuidObjectMaxNumberElement2<AnnotationTable> crit(-1.0, number);
00295         Select(this, this, crit, true);
00296     }

Here is the call graph for this function:


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