39 if (_low != a.
low())
return false;
40 if (_high != a.
high())
return false;
46 std::cout << _low <<
"~" << _high;
to specify 1-dim region or range by two floats
virtual float high(void) const
returns higher limit.
virtual float low(void) const
returns lower limit.
virtual int dump(void) const
displays debug information.
bool operator==(const Range &) const
returns true if range is the same.