OEFloatParameter

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(name: str) -> OEFloatParameter
OEFloatParameter(name: str, defValue: float) -> OEFloatParameter
OEFloatParameter() -> OEFloatParameter
OEFloatParameter(arg2: OEFloatParameter) -> OEFloatParameter

Default and copy constructors.

Constructs an OEFloatParameter instance using the specified set of parameters.