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

virtual bool Impala::Visualization::Plot::Plottable::GetDimensionsY ( double &  min,
double &  max 
) [inline, virtual]

Reimplemented in Impala::Visualization::Plot::Line.

Definition at line 73 of file Plottable.h.

References mMaxY, and mMinY.

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

00074     {
00075         min = mMinY;
00076         max = mMaxY;
00077         return mMinY != mMaxY;
00078     }


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