#include <InputProperty.h>
Public Methods | |
InputProperty (void) | |
void | setMin (double p_min) |
double | getMin (void) const |
void | setMax (double p_max) |
double | getMax (void) const |
void | setName (const std::string &p_name) |
std::string | getName (void) const |
|
Default constructor. min and max values are large to make sure that by default the property is not restrictive. |
|
Return the maximum value acceptable for this property. |
|
Get the minimum value acceptable for this property. |
|
Return the name of this Property. |
|
Set the maximum value acceptable for this property. |
|
Set the minimum value acceptable for this property. |
|
Set the name of this Property. |