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

Impala::Core::ImageSet::IndexConcepts::IndexConcepts ( Reporter reporter,
CmdOptions options,
ImageSet is 
) [inline]

Definition at line 23 of file IndexConcepts.h.

References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetNrArg(), ILOG_ERROR, mLoc, and mSimSet.

00024     {
00025         if (options.GetNrArg() < 5)
00026         {
00027             ILOG_ERROR("Missing argument");
00028             return;
00029         }
00030         mLoc = SimilarityTableSetLocator
00031             (is->GetLocator(), false, "", options.GetArg(2), options.GetArg(3),
00032              options.GetArg(4), "");
00033         mSimSet = 0;
00034     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:00 2011 for ImpalaSrc by  doxygen 1.5.1