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

virtual void Impala::Core::VideoSet::ExportStills::HandleDoneWalk ( VideoSet vs  )  [inline, virtual]

End of a "normal" walk.

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

Definition at line 214 of file ExportStills.h.

References mDoDef, mImSet, mImSetLoc, mStills, mStillsLoc, Impala::Core::VideoSet::Stills::Save(), and Impala::Core::ImageSet::ImageSet::SaveImageSet().

00215     {
00216         if (mDoDef)
00217         {
00218             bool binary = true;
00219 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00220             mStills->Save("stills", binary);
00221             mImSet->SaveImageSet();
00222 #else // REPOSITORY_USED
00223             Persistency::StillsRepository().Add(mStillsLoc, mStills);
00224             Persistency::ImageSetRepository().Add(mImSetLoc, mImSet);
00225 #endif // REPOSITORY_USED
00226         }
00227     }

Here is the call graph for this function:


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