OEFloatParameter

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEFloatParameter : public OEPODParameter<float>

The OEFloatParameter represents parameter that has float value.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OETypedParameter:
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.