Legacy version of enum "kanzi.Sampler.Filter". More...
Public Member Functions | |
SamplerFilter (int value) | |
Constructs a SamplerFilter of an integer value. More... | |
SamplerFilter (SamplerFilter enum_) | |
Constructs a copy of a SamplerFilter object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static SamplerFilter | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static SamplerFilter | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
FilterLinear =(1) | |
FilterNearest =(0) | |
Legacy version of enum "kanzi.Sampler.Filter".
SamplerFilter | ( | int | value | ) |
Constructs a SamplerFilter of an integer value.
value | Integer value to convert to enumeration constant. |
SamplerFilter | ( | SamplerFilter | enum_ | ) |
Constructs a copy of a SamplerFilter object.
enum_ | SamplerFilter to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |