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

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

Definition at line 19 of file ApplyConcepts.h.

References mApplier, mPathCreator, and mReporter.

00020     {
00021         mReporter = reporter;
00022 
00023         mPathCreator = new PathCreatorVideoSet(vs);
00024         mApplier = new Training::ApplyConcepts(options, mPathCreator);
00025     }


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