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

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

Definition at line 28 of file Reporter.h.

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

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

Here is the call graph for this function:


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