ScalePal.hpp
32 bool isScaleByRange() const { return type >= TypeScalePal::scaleByRange && type <= TypeScalePal::scaleByRelRangeClip; };
34 bool isRelativeRange() const { return type == TypeScalePal::scaleByRelRange || type == TypeScalePal::scaleByRelRangeClip; };
35 bool withClipping() const { return type == TypeScalePal::scaleByRangeClip || type == TypeScalePal::scaleByRelRangeClip; };
41 void setScaleRange( const double& rangemin, const double& rangemax, bool relativeValues, bool withClipping );
42 void setScaleRange( const opals::Vector<double>& values, bool relativeValues, bool withClipping );
