|
HDK
|
Enumerations | |
| enum | Left { Left::LKEEPALL = 0, Left::LKEEPODD, Left::LKEEPEVEN, Left::LKEEPNONE } |
| enum | Right { Right::RKEEPALL = 0, Right::RKEEPODD, Right::RKEEPEVEN, Right::RKEEPNONE } |
| enum | Affect { Affect::LEFT = 0, Affect::RIGHT, Affect::BOTH } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Left enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Right enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Affect enum_value) |
|
strong |
| Enumerator | |
|---|---|
| LEFT | |
| RIGHT | |
| BOTH | |
Definition at line 67 of file SOP_Curvesect.proto.h.
|
strong |
| Enumerator | |
|---|---|
| LKEEPALL | |
| LKEEPODD | |
| LKEEPEVEN | |
| LKEEPNONE | |
Definition at line 25 of file SOP_Curvesect.proto.h.
|
strong |
| Enumerator | |
|---|---|
| RKEEPALL | |
| RKEEPODD | |
| RKEEPEVEN | |
| RKEEPNONE | |
Definition at line 46 of file SOP_Curvesect.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurvesectEnums::getToken | ( | Left | enum_value | ) |
Definition at line 34 of file SOP_Curvesect.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurvesectEnums::getToken | ( | Right | enum_value | ) |
Definition at line 55 of file SOP_Curvesect.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_CurvesectEnums::getToken | ( | Affect | enum_value | ) |
Definition at line 75 of file SOP_Curvesect.proto.h.