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

virtual void Impala::Visualization::RotorBrowser::RotorBrowser::OnRectangleSelect ( int  shotID,
float  x,
float  y,
float  w,
float  h 
) [inline, virtual]

Reimplemented from Impala::Visualization::RotorBrowser::RotorViewListener.

Definition at line 1815 of file RotorBrowser.h.

References DoQueryByRegion(), Impala::Core::Trec::ThreadSet::GetKeyframes(), ILOG_DEBUG, and mThreadSet.

01816     {
01817         ILOG_DEBUG("OnRectangleSelect: shot ID="<<shotID<<" x=" << x <<
01818                    " y=" << y << " w=" << w << " h=" << h);
01819         int keyframe = mThreadSet->GetKeyframes()->GetShotRKF(shotID);
01820         DoQueryByRegion(keyframe, x, y, w, h);
01821     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:51 2011 for ImpalaSrc by  doxygen 1.5.1