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

virtual void Impala::Core::VideoSet::MakeQuidLookup::HandleNewWalk ( VideoSet vs  )  [inline, virtual]

Start of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 55 of file MakeQuidLookup.h.

References mKeyframes, mSegmentation, and mTable.

00056     {
00057         // I don't know what the right way is to construct the Keyframes instance...
00058         mTable = new QuidLookupTable();
00059         mKeyframes = new Keyframes(vs, "keyframes");
00060         mSegmentation = new Segmentation(vs, "segmentation");
00061     }


Generated on Fri Mar 19 11:30:35 2010 for ImpalaSrc by  doxygen 1.5.1