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

Impala::Core::Training::TrainDataSrc::TrainDataSrc ( Table::AnnotationTable annotation  )  [inline]

Definition at line 22 of file TrainDataSrc.h.

References Impala::Core::Table::AnnotationTable::GetAnnotatedQuids(), mAnnotation, mQuids, mSelection, and Impala::Core::Table::Select().

00023     {
00024         if(annotation)
00025         {
00026             Table::CriterionElement2NotEquals<Table::AnnotationTable> neq(0);
00027             mAnnotation = Select(annotation, neq);
00028         }
00029         else
00030             mAnnotation = new Table::AnnotationTable();
00031         mQuids = mAnnotation->GetAnnotatedQuids();
00032         mSelection = mQuids;
00033     }

Here is the call graph for this function:


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