|
svZeroDSolver
|
Handles the properties of input parameters. More...
#include <Parameter.h>
Public Member Functions | |
| InputParameter (bool is_optional=false, bool is_array=false, bool is_number=true, double default_val=0.0) | |
| Handles input parameters. | |
Public Attributes | |
| bool | is_optional |
| Is this parameter optional? | |
| bool | is_array |
| Is this parameter an array? | |
| bool | is_number |
| Is this parameter a number? | |
| double | default_val |
| Default value (if parameter is optional). | |
Handles the properties of input parameters.
|
inline |
Handles input parameters.
| is_optional | Is this parameter optional? |
| is_array | Is this parameter an array? |
| is_number | Is this parameter a number? |
| default_val | Default value (if parameter is optional) |
| double InputParameter::default_val |
Default value (if parameter is optional).
| bool InputParameter::is_array |
Is this parameter an array?
| bool InputParameter::is_number |
Is this parameter a number?
| bool InputParameter::is_optional |
Is this parameter optional?