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

Impala::Core::VideoSet::CheckNrFrames::CheckNrFrames ( Reporter reporter,
CmdOptions options 
) [inline]

Definition at line 19 of file CheckNrFrames.h.

References Impala::atol(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mMargin, mReporter, mSbDir, and mSegmentation.

00020     {
00021         mReporter = reporter;
00022         mSegmentation = 0;
00023         mMargin = 0;
00024         if (options.GetNrArg() < 3)
00025         {
00026             ILOG_ERROR("Need at least 3 arguments");
00027         }
00028         else
00029         {
00030             mMargin = atol(options.GetArg(2));
00031         }
00032         mSbDir = "";
00033         if (options.GetNrArg() > 3)
00034             mSbDir = options.GetArg(3);
00035     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:47 2011 for ImpalaSrc by  doxygen 1.5.1