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

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

Definition at line 246 of file AnnotationTable.h.

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

00247     {
00248         if (number == -1)
00249             return;
00250 
00251         CriterionQuidObjectMaxNumberElement2<AnnotationTable> crit(1.0, number);
00252         Select(this, this, crit, true);
00253     }

Here is the call graph for this function:


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