Definition Annotation.hpp:10
An annotation that can be attached to a reflection field to define a range of valid values for the GU...
Definition Annotation.hpp:14
double minimum
The minimum value to be allowed by the GUI.
Definition Annotation.hpp:16
double maximum
The maximum value to be allowed by the GUI.
Definition Annotation.hpp:19
double step
The step to be used when changing the values.
Definition Annotation.hpp:22
Range(const double minimum, const double maximum, const double step=1.0)
Creates a new range annotation.
Definition Annotation.hpp:28