OEDoubleParameter

Attention

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

class OEDoubleParameter : public OEPODParameter<double>

The OEDoubleParameter represents parameter that has double value.

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

operator=

OEDoubleParameter &operator=(const OEDoubleParameter &)

The assignment operator.