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

void Impala::Core::Training::TesterIOHelper::ReadAnnotation ( Table::AnnotationTable *&  annotation  )  [inline]

Definition at line 49 of file TesterIoHelper.h.

References ILOG_DEBUG, Impala::Core::DataFactory::MakeAnnotation(), mConcept, mInput, and Impala::Core::Table::Table::Size().

Referenced by Impala::Core::Training::Tester::Test(), and Impala::Core::Training::Tester::TestMpi().

00050     {
00051         annotation = mInput->MakeAnnotation(mConcept);
00052         ILOG_DEBUG("Annotations size: " << annotation->Size() );
00053     }

Here is the call graph for this function:


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