OEBoolParameter

Attention

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

class OEBoolParameter : public OEPODParameter<bool>

The OEBoolParameter represents parameter that has boolean value.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OETypedParameter:
Following methods are publicly inherited from OEPODParameter:

Constructors

OEBoolParameter()
OEBoolParameter(const std::string& name)
OEBoolParameter(const std::string& name, const bool default)
OEBoolParameter(const OEBoolParameter&)

Default and copy constructors.

Constructs an OEBoolParameter instance using the specified set of parameters.

operator=

OEBoolParameter &operator=(const OEBoolParameter &)

The assignment operator.