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

QuidTable* Impala::Core::Table::AnnotationTable::GetNegative (  )  const [inline]

Definition at line 131 of file AnnotationTable.h.

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

Referenced by MakeEpisodeFolds(), and MakeRandomFolds().

00132     {
00133         CriterionElement2Equals<AnnotationTableBaseType> c(-1.);
00134         return SelectQuids(this, c);
00135     }

Here is the call graph for this function:


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