OEFloatParameter¶
class OEFloatParameter : public OEPODParameter<float>
The OEFloatParameter represents parameter that has float
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¶
OEFloatParameter()
OEFloatParameter(const std::string& name)
OEFloatParameter(const std::string& name, const float default)
OEFloatParameter(const OEFloatParameter&)
Default and copy constructors.
Constructs an OEFloatParameter instance using the specified set of parameters.