OEDoubleParameter¶
class OEDoubleParameter : public OEPODParameter<double>
The OEDoubleParameter represents parameter that has double
value.
- Following methods are publicly inherited from OEParameter:
AddAlias
andGetAliases
GetKeyless
andSetKeyless
IsSet
andIsSetToString
- Following methods are publicly inherited from OETypedParameter:
AddDefault
,GetDefault
,GetDefaults
andSetDefault
- 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.