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

void Impala::Visualization::AllFramesTLineVideo::GoToAdjacentShot ( bool  next  )  [inline]

Definition at line 257 of file AllFramesTLineVideo.h.

References OglGui::ZoomShiftRuler::Current(), FindFrameShot(), Impala::Visualization::VideoPlayer::FrameNr(), Impala::Core::VideoSet::SegmentationDocument::GetSegmentation(), Impala::Core::VideoSet::Segmentation::GetStart(), mSegDoc, mSimTLV, Impala::Visualization::SimilarityTimeLineVideo::Player(), and Impala::Visualization::SimilarityTimeLineVideo::TimeLine().

Referenced by UpDownButtonSelectionEvent().

00258     {
00259         Segmentation*   seg              = mSegDoc->GetSegmentation();
00260         int                             curFrame = mSimTLV->Player()->FrameNr();
00261         int                             nextShot = FindFrameShot(curFrame) + (next?1:-1);
00262         mSimTLV->TimeLine()->Current(seg->GetStart(nextShot)*40);
00263     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:24:28 2011 for ImpalaSrc by  doxygen 1.5.1