OEIntParameter

Attention

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

class OEIntParameter : public OEPODParameter<int>

The OEIntParameter represents parameter that has int value.

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

Constructors

OEIntParameter()
OEIntParameter(const std::string& name)
OEIntParameter(const std::string& name, const int default)
OEIntParameter(const OEIntParameter&)

Default and copy constructors.

Constructs an OEIntParameter instance using the specified set of parameters.

operator=

OEIntParameter &operator=(const OEIntParameter &)

The assignment operator.