Sets how a Value Accumulator handles the increments when it reaches the limits of the range of increments. More...
Public Member Functions | |
BoundType (BoundType enum_) | |
Constructs a copy of a BoundType object. | |
BoundType (int value) | |
Constructs a BoundType of an integer value. | |
int | getValue () |
Returns the integer value of the enumeration constant. | |
final int | swigValue () |
Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
static BoundType | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. | |
static BoundType | toEnum (int value) |
Converts an integer value to the matching enumeration constant. | |
Sets how a Value Accumulator handles the increments when it reaches the limits of the range of increments.
For an IntValueAccumulator you can set the boundaries with the IntValueAccumulator::MinimumAccumulatedValueProperty and IntValueAccumulator::MaximumAccumulatedValueProperty.
For an FloatValueAccumulator you can set the boundaries with the FloatValueAccumulator::MinimumAccumulatedValueProperty and FloatValueAccumulator::MaximumAccumulatedValueProperty.
Constructs a BoundType of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a BoundType object.
enum_ | BoundType to be copy constructed. |
int getValue | ( | ) |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.