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

void OglGui::View::SetZoom ( float  zoomX,
float  zoomY 
) [inline]

Definition at line 216 of file View.h.

References mIs2D, mView2D, and mView3D.

Referenced by Impala::Core::VideoSet::ShotSegmenterGUI::HandleNewFrame().

00217     {
00218         if (mIs2D)
00219             viewSys.SetZoom(mView2D, zoomX, zoomY);
00220         else
00221             view3DSys.SetZoom(mView3D, zoomX, zoomY);
00222     }


Generated on Fri Mar 19 12:09:37 2010 for ImpalaSrc by  doxygen 1.5.1