OEDoubleParameter
class OEDoubleParameter : public OEPODParameter<double>
The OEDoubleParameter represents parameter that has double value.
- Following methods are publicly inherited from OEParameter:
AddAliasandGetAliasesGetKeylessandSetKeylessIsSetandIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault,GetDefault,GetDefaultsandSetDefault
- Following methods are publicly inherited from OEPODParameter:
Constructors
OEDoubleParameter(name: str) -> OEDoubleParameter
OEDoubleParameter(name: str, defValue: float) -> OEDoubleParameter
OEDoubleParameter() -> OEDoubleParameter
OEDoubleParameter(arg2: OEDoubleParameter) -> OEDoubleParameter
Default and copy constructors.
Constructs an OEDoubleParameter instance using the specified set of parameters.