OEUIntParameter

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

Default and copy constructors.

Constructs an OEUIntParameter instance using the specified set of parameters.