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

void Impala::Visualization::SegmentationDocumentGuiAnno::AdjustAnnoBoundary ( int  lData  )  [inline]

Definition at line 425 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().

00426     {
00427         int frame = mSimTLV->Player()->FrameNr();
00428         int lFrame, rFrame;
00429         int kFrame = ((mCurKey!=-1) ? mKeyframes->GetFrameNr(mCurKey) : 0);
00430 
00431         mShotValueSB->GetMinMaxValue(lFrame, rFrame);
00432         if (lData==BUT_LEFT_SHOT)
00433             FillShotSample(frame, rFrame, kFrame);
00434         else
00435             FillShotSample(lFrame, frame, kFrame);
00436     }

Here is the call graph for this function:


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