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

virtual void Impala::Core::VideoSet::ExportKeyframes::HandleNewWalk ( VideoSet vs,
Keyframes keyframes,
bool *  keyframeMask 
) [inline, virtual]

Start of a "keyframe" walk.

This is a special case of "normal" walk so is called in addition to the handle normal walk.

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

Definition at line 89 of file ExportKeyframes.h.

References mCurKey, mImSet, mKeyframes, and Impala::Core::Database::RawDataSet::SetDatabase().

00090     {
00091         mKeyframes = keyframes;
00092         mCurKey = 0;
00093 #ifndef REPOSITORY_USED // Here comes the deprecated stuff
00094         mImSet->SetDatabase(vs->GetDatabase());
00095 #endif // REPOSITORY_USED
00096     }

Here is the call graph for this function:


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