Depth alignment options.
More...
|
| Back =(0) |
|
| Center =(2) |
|
| Front =(1) |
|
| Stretch =(3) |
|
◆ DepthAlignment() [1/2]
Constructs a DepthAlignment of an integer value.
- Parameters
-
value | Integer value to convert to enumeration constant. |
◆ DepthAlignment() [2/2]
Constructs a copy of a DepthAlignment object.
- Parameters
-
enum_ | DepthAlignment to be copy constructed. |
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ swigToEnum()
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
- Parameters
-
swigValue | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.
◆ swigValue()
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
- Returns
- Integer value.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.