Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:52:56 2010 for ImpalaSrc by  doxygen 1.5.1