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

void Impala::Core::Table::AnnotationTable::SelectQuidObjectMaxId ( int  maxId  )  [inline]

Definition at line 235 of file AnnotationTable.h.

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

00236     {
00237         if (maxId == -1)
00238             return;
00239 
00240         CriterionQuidObjectMaxId<AnnotationTable> crit(maxId);
00241         Select(this, this, crit, true);
00242     }

Here is the call graph for this function:


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