|
HDK
|
Enumerations | |
| enum | Type { Type::POLY = 0, Type::NURBS, Type::BEZIER, Type::POINTS } |
| enum | Method { Method::CV = 0, Method::BREAKPOINTS, Method::FREEHAND } |
| enum | Param { Param::UNIFORM = 0, Param::CHRDLEN, Param::CENTRIP } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Method enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Param enum_value) |
|
strong |
| Enumerator | |
|---|---|
| CV | |
| BREAKPOINTS | |
| FREEHAND | |
Definition at line 46 of file SOP_Curve.proto.h.
|
strong |
| Enumerator | |
|---|---|
| UNIFORM | |
| CHRDLEN | |
| CENTRIP | |
Definition at line 65 of file SOP_Curve.proto.h.
|
strong |
| Enumerator | |
|---|---|
| POLY | |
| NURBS | |
| BEZIER | |
| POINTS | |
Definition at line 25 of file SOP_Curve.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken | ( | Type | enum_value | ) |
Definition at line 34 of file SOP_Curve.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken | ( | Method | enum_value | ) |
Definition at line 54 of file SOP_Curve.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurveEnums::getToken | ( | Param | enum_value | ) |
Definition at line 73 of file SOP_Curve.proto.h.