#include <paramInfo.h>
Collaboration diagram for iptk::ParamInfo:
Public Member Functions | |
ParamInfo (void) | |
Default Constructor. | |
ParamInfo (iutk::String str, double x, double y, double z) | |
Initialiser. Argument str holds the name of the parameter, x the start value of the range, y the end value of the range and z the step size to be used. | |
ParamInfo (const ParamInfo &pi) | |
Copy constructor. | |
Public Attributes | |
iutk::String | paramName |
Name of the parameter. | |
double | start |
Start of the range of the values which the parameter can take. | |
double | stop |
End of the range of values which the parameter can take. | |
double | step |
The step-size in which each the value of the parameter should be varied. |
|
Default Constructor.
|
|
Copy constructor.
|