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

virtual void Impala::Application::IDash::ScreenBrowser::QueryByRegionEvent ( int  keyframe,
float  x,
float  y,
float  w,
float  h 
) [inline, private, virtual]

Reimplemented from Impala::Application::IDash::ReconstructionListener.

Definition at line 350 of file ScreenBrowserX.h.

References Impala::Visualization::RotorBrowser::RotorBrowserGUI::DoQueryByRegion(), ILOG_DEBUG, and mRotorBrowserGUI.

00351     {
00352         ILOG_DEBUG("QueryByRegionEvent for " << keyframe);
00353         mRotorBrowserGUI->DoQueryByRegion(keyframe, x, y, w, h);
00354     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:40:53 2010 for ImpalaSrc by  doxygen 1.5.1