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

bool Impala::Core::VideoSet::SegmentationDocument::GotoShotKeyfr ( int  idx  )  [inline]

Definition at line 254 of file SegmentationDocument.h.

References Impala::Core::VideoSet::Segmentation::GetVideoId(), Impala::Core::Database::DataDocument::GotoFile(), HasCurShot(), mCurrentKeyframes, mCurrentKeyfrId, mCurrentShotId, and mShots.

Referenced by Impala::Visualization::SegmentationDocumentGuiMain::ImageSelectionEvent().

00255     {
00256         if (!HasCurShot())
00257             return false;
00258         mCurrentKeyfrId = mCurrentKeyframes->Get1(idx);
00259         GotoFile(mShots->GetVideoId(mCurrentShotId)); // inform base class
00260         return true;
00261     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:11 2011 for ImpalaSrc by  doxygen 1.5.1