HDK
|
Enumerations | |
enum | Type { Type::POINTS = 0, Type::EDGES } |
enum | Strategy { Strategy::REMOVE = 0, Strategy::CUT } |
enum | DetectEdgeChanges { DetectEdgeChanges::ATTRIBCROSSING = 0, DetectEdgeChanges::ATTRIBCHANGE } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Strategy enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (DetectEdgeChanges enum_value) |
|
strong |
Enumerator | |
---|---|
ATTRIBCROSSING | |
ATTRIBCHANGE |
Definition at line 59 of file SOP_PolyCut.proto.h.
|
strong |
Enumerator | |
---|---|
REMOVE | |
CUT |
Definition at line 42 of file SOP_PolyCut.proto.h.
|
strong |
Enumerator | |
---|---|
POINTS | |
EDGES |
Definition at line 25 of file SOP_PolyCut.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken | ( | Type | enum_value | ) |
Definition at line 32 of file SOP_PolyCut.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken | ( | Strategy | enum_value | ) |
Definition at line 49 of file SOP_PolyCut.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_PolyCutEnums::getToken | ( | DetectEdgeChanges | enum_value | ) |
Definition at line 66 of file SOP_PolyCut.proto.h.