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

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

Definition at line 25 of file SelectFrames.h.

References Impala::atol(), Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mNrExtra, mQuidName, mQuids, and mReporter.

00026     {
00027         mReporter = reporter;
00028         if (options.GetNrArg() < 4)
00029         {
00030             ILOG_ERROR("Missing argument");
00031             return;
00032         }
00033         mQuidName = options.GetArg(2);
00034         mNrExtra = atol(options.GetArg(3));
00035         mQuids = new Table::QuidTable(100);
00036     }

Here is the call graph for this function:


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