Kanzi 4.1.0
DrawObjectsRenderPassEnums.SortingOrder Enum Reference

Enumeration for draw objects sorting order. More...

Inheritance diagram for DrawObjectsRenderPassEnums.SortingOrder:
[legend]

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.
 

Detailed Description

Enumeration for draw objects sorting order.

Constructor & Destructor Documentation

◆ SortingOrder() [1/2]

SortingOrder ( int value)

Constructs a SortingOrder of an integer value.

Parameters
valueInteger value to convert to enumeration constant.

◆ SortingOrder() [2/2]

Constructs a copy of a SortingOrder object.

Parameters
enum_SortingOrder to be copy constructed.

Member Function Documentation

◆ getValue()

int getValue ( )

Returns the integer value of the enumeration constant.

Returns
Integer value.

Implements Enum.

◆ swigToEnum()

static SortingOrder swigToEnum ( int swigValue)
static

Converts an integer value to the matching enumeration constant.

Used internally by SWIG generated code.

Parameters
swigValueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.

◆ swigValue()

final int swigValue ( )

Returns the integer value of the enumeration constant.

Used internally by SWIG generated code.

Returns
Integer value.

◆ toEnum()

static SortingOrder toEnum ( int value)
static

Converts an integer value to the matching enumeration constant.

Parameters
valueInteger value to convert to enumeration constant.
Returns
Enumeration constant matching the integer value.