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

void Impala::Visualization::Plot::Plot::UpdateAxes (  )  [inline, protected]

Definition at line 444 of file Plot.h.

References mAxisX, mAxisY, OglGui::OglWindow::mOglWnd, Pixel2Window(), and Impala::Visualization::Plot::Plot::Axis::SetRange().

Referenced by DrawAxes().

00445     {
00446         double x1,x2,y1,y2;
00447         Pixel2Window(20, 20, x1, y1);
00448         Pixel2Window(mOglWnd->width-20, mOglWnd->height-20, x2, y2);
00449         mAxisX.SetRange(x1, x2);
00450         mAxisY.SetRange(y1, y2);
00451     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:52:54 2010 for ImpalaSrc by  doxygen 1.5.1