Enumeration for draw objects sorting order. More...
Public Member Functions | |
| SortingOrder (int value) | |
| Constructs a SortingOrder of an integer value. | |
| SortingOrder (SortingOrder enum_) | |
| Constructs a copy of a SortingOrder object. | |
| int | getValue () |
| Returns the integer value of the enumeration constant. | |
| final int | swigValue () |
| Returns the integer value of the enumeration constant. | |
Static Public Member Functions | |
| static SortingOrder | swigToEnum (int swigValue) |
| Converts an integer value to the matching enumeration constant. | |
| static SortingOrder | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. | |
Public Attributes | |
| BackToFront =(1) | |
| Z ordering, back to front (translucent objects). | |
| FrontToBack =(2) | |
| Z ordering, front to back (opaque objects). | |
| Material =(3) | |
| Material buckets. | |
| None =(0) | |
| No sorting. | |
Enumeration for draw objects sorting order.
| SortingOrder | ( | int | value | ) |
Constructs a SortingOrder of an integer value.
| value | Integer value to convert to enumeration constant. |
| SortingOrder | ( | SortingOrder | enum_ | ) |
Constructs a copy of a SortingOrder object.
| enum_ | SortingOrder 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. |
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. |