Type of trajectory.
More...
Constructs a Type of an integer value.
- Parameters
-
value | Integer value to convert to enumeration constant. |
Constructs a copy of a Type object.
- Parameters
-
enum_ | Type to be copy constructed. |
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
static Type swigToEnum |
( |
int |
swigValue | ) |
|
|
static |
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.
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
- Returns
- Integer value.
static Type toEnum |
( |
int |
value | ) |
|
|
static |
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.