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

Impala::Core::Training::TesterIOHelper::TesterIOHelper ( DataFactory input,
Database::RawDataSet reference,
Database::RawDataSet output 
) [inline]

Definition at line 21 of file TesterIoHelper.h.

References cConceptSet, Impala::Util::DatabaseReadStrings(), Impala::Core::Database::RawDataSet::GetDatabase(), Impala::Core::DataFactory::GetDataSet(), Impala::Core::Database::RawDataSet::GetFilePathAnnotation(), mConcept, mInput, mOutput, and mReference.

00024     {
00025         mInput = input;
00026         mReference = reference;
00027         mOutput = output;
00028 
00029         // load concept used for tests
00030         Database::RawDataSet* set = input->GetDataSet();
00031         String conceptFile = 
00032             set->GetFilePathAnnotation(cConceptSet, false, false);
00033         std::vector<String> conceptList;
00034         Util::Database* db = set->GetDatabase();
00035         Util::DatabaseReadStrings(conceptList, conceptFile, db);
00036         mConcept = conceptList[0];
00037     }

Here is the call graph for this function:


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