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

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

Definition at line 26 of file ImportConcepts.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mConceptSet, mFeature, mModel, mReporter, and mSimSet.

00027     {
00028         mReporter = reporter;
00029         if (options.GetNrArg() < 5)
00030         {
00031             ILOG_ERROR("Missing argument");
00032             return;
00033         }
00034         mConceptSet = options.GetArg(2);
00035         mModel = options.GetArg(3);
00036         mFeature = options.GetArg(4);
00037         mSimSet = 0;
00038     }

Here is the call graph for this function:


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