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

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

Definition at line 278 of file AnnotationTable.h.

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

00279     {
00280         if (number == -1)
00281             return;
00282 
00283         CriterionQuidObjectMaxNumberElement2<AnnotationTable> crit(1.0, number);
00284         Select(this, this, crit, true);
00285     }

Here is the call graph for this function:


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