|
|
| RangeType (const double &v) |
| |
|
| RangeType (const CalculatorHandle &v) |
| |
|
| RangeType (const double &min, const double &max, const double &inc=default_inc) |
| |
|
| RangeType (const CalculatorHandle &min, const CalculatorHandle &max, const CalculatorHandle &inc=CalculatorHandle()) |
| |
|
RangeType | clone () const |
| |
|
bool | isEmpty () const |
| |
|
bool | isValue () const |
| |
|
bool | isRange () const |
| |
|
bool | isConstant () const |
| | returns true if values are geometry independent (and the parameter less access function can be used)
|
| |
|
double | value () const |
| |
|
double | min () const |
| |
|
double | max () const |
| |
|
double | increment () const |
| |
|
double | value (const DM::IGeometry &pt) const |
| |
|
double | min (const DM::IGeometry &pt) const |
| |
|
double | max (const DM::IGeometry &pt) const |
| |
|
double | increment (const DM::IGeometry &pt) const |
| |
|
double | maximumValue () const |
| | highest possible value that may be returned by this object (returns double max if no maximum value can be queried)
|
| |
|
RangeType | operator* (const double &f) const |
| |
|
RangeType | operator* (const RangeType &r) const |
| |
|
bool | operator== (const RangeType &o) const |
| |
|
const char * | text () const |
| |
range class for query geometry objects