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

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

Definition at line 18 of file ApplyConcepts.h.

References mApplier, mPathCreator, and mReporter.

00019     {
00020         mReporter = reporter;
00021         mPathCreator = new PathCreatorImageSet(is);
00022         mApplier = new Training::ApplyConcepts(options, mPathCreator);
00023     }


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