Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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, and mSegmentation.

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

Here is the call graph for this function:


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