19 : m_limits ( low, high )
UnaryTransform class interface.
UnaryTransform(double low, double high)
Constructor for setting m_limits.
virtual const Range & limits() const
Returns a Range whose values are the limits on the coordinate.
virtual ~UnaryTransform()
The virtual destructor.
Expresses a range of values.
const Range m_limits
The valid Range of the transform.