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

Impala::Core::ImageSet::Reporter::Reporter ( Reporter master  )  [inline]

Definition at line 28 of file Reporter.h.

References Impala::CmdOptions::GetInstance(), Impala::CmdOptions::GetInt(), mMaster, mNrDone, mReport, and mReportArray.

00029     {
00030         mMaster = master;
00031         CmdOptions& options = CmdOptions::GetInstance();
00032         mReport = options.GetInt("report");
00033         mNrDone = 0;
00034         mReportArray = true;
00035     }

Here is the call graph for this function:


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