OEFloatParameter
class OEFloatParameter : public OEPODParameter<float>
The OEFloatParameter represents parameter that has float 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
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.
operator=
OEFloatParameter &operator=(const OEFloatParameter &)
The assignment operator.