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()
OEDoubleParameter(const std::string& name)
OEDoubleParameter(const std::string& name, const double default)
OEDoubleParameter(const OEDoubleParameter&)
Default and copy constructors.
Constructs an OEDoubleParameter instance using the specified set of parameters.