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

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

Start of a "normal" walk.

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

Definition at line 39 of file SelectFrames.h.

References mKeyframes, and mSegmentation.

00040     {
00041 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00042         mKeyframes = new Keyframes(vs, "keyframes");
00043         mSegmentation = new Segmentation(vs, "segmentation");
00044 #else // REPOSITORY_USED
00045         Persistency::KeyframesLocator kLoc(vs->GetLocator(), "keyframes");
00046         mKeyframes = Persistency::KeyframesRepository().Get(kLoc, vs);
00047         Persistency::SegmentationLocator sLoc(vs->GetLocator(), "segmentation");
00048         mSegmentation = Persistency::SegmentationRepository().Get(sLoc, vs);
00049 #endif // REPOSITORY_USED
00050         //mKeyframes->DumpGroups();
00051     }


Generated on Fri Mar 19 11:32:03 2010 for ImpalaSrc by  doxygen 1.5.1