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

void Impala::Visualization::Plot::Plot::Axis::SetRange ( double  min,
double  max 
) [inline]

Definition at line 379 of file Plot.h.

References ComputeTicks(), mMax, and mMin.

Referenced by Impala::Visualization::Plot::Plot::UpdateAxes().

00380         {
00381             mMin = min;
00382             mMax = max;
00383             ComputeTicks();
00384         }

Here is the call graph for this function:


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