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

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

Definition at line 300 of file AnnotationTable.h.

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

00301     {
00302         if (number == -1)
00303             return;
00304 
00305         CriterionQuidObjectMaxNumberElement2<AnnotationTable> crit(0.0, number);
00306         Select(this, this, crit, true);
00307     }

Here is the call graph for this function:


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