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

void Impala::Visualization::Plot::Plot::GetRange ( double &  left,
double &  top,
double &  right,
double &  bottom 
) [inline]

Definition at line 69 of file Plot.h.

References OglGui::OglWindow::mOglWnd, and Pixel2Window().

Referenced by Impala::Visualization::Plot::Weibull::Draw(), and Impala::Visualization::SimilarityPlotNeedleImage::UpdatePointPlot().

00070     {
00071         Pixel2Window(20, 20, left, bottom);
00072         Pixel2Window(mOglWnd->width-20, mOglWnd->height-20, right, top);
00073     }

Here is the call graph for this function:


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