OEIntParameter

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

Default and copy constructors.

Constructs an OEIntParameter instance using the specified set of parameters.