Definition at line 450 of file SegmentationDocumentGuiAnno.h. References BUT_LEFT_SHOT, FillShotSample(), Impala::Visualization::VideoPlayer::FrameNr(), Impala::Core::VideoSet::Keyframes::GetFrameNr(), OglGui::ValueScrollBar::GetMinMaxValue(), mCurKey, mKeyframes, mShotValueSB, mSimTLV, and Impala::Visualization::SimilarityTimeLineVideo::Player(). Referenced by ButtonSelectionEvent(). 00451 { 00452 int frame = mSimTLV->Player()->FrameNr(); 00453 int lFrame, rFrame; 00454 int kFrame = ((mCurKey!=-1) ? mKeyframes->GetFrameNr(mCurKey) : 0); 00455 00456 mShotValueSB->GetMinMaxValue(lFrame, rFrame); 00457 if (lData==BUT_LEFT_SHOT) 00458 FillShotSample(frame, rFrame, kFrame); 00459 else 00460 FillShotSample(lFrame, frame, kFrame); 00461 }
Here is the call graph for this function:
|