Public Member Functions | |
IRange (double A, double B, bool F=false) | |
Public Attributes | |
double | a |
double | b |
bool | force |
Represents an inclusive range from one double value to another.
DD::Image::IRange::IRange | ( | double | A, |
double | B, | ||
bool | F = false |
||
) | [inline] |
Construct an inclusive range. A refers to the start of the range. B refers to the end of the range. F indicates whether the range should be enforced or not. Setting this to true is equivalent to setting the FORCE_RANGE flag on the knob.