OEUIntParameter

Attention

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

class OEUIntParameter : public OEPODParameter<unsigned>

The OEUIntParameter represents parameter that has unsigned value.

Following methods are publicly inherited from OEParameter:
Following methods are publicly inherited from OETypedParameter:
Following methods are publicly inherited from OEPODParameter:
The following classes derive from this class:

Constructors

OEUIntParameter()
OEUIntParameter(const std::string& name)
OEUIntParameter(const std::string& name, const unsigned default)
OEUIntParameter(const OEUIntParameter&)

Default and copy constructors.

Constructs an OEUIntParameter instance using the specified set of parameters.

operator=

OEUIntParameter &operator=(const OEUIntParameter &)

The assignment operator.