|
HDK
|
Enumerations | |
| enum | Grouptype { Grouptype::POINTS = 0, Grouptype::PRIMS, Grouptype::VERTICES } |
| enum | Mergeop { Mergeop::REPLACE = 0, Mergeop::UNION, Mergeop::INTERSECT, Mergeop::SUBTRACT } |
| enum | Method { Method::ABSOLUTE = 0, Method::RELATIVE, Method::LENGTH, Method::PARTITION } |
| enum | Colgrouptype { Colgrouptype::EDGES = 0, Colgrouptype::POINTS, Colgrouptype::PRIMS, Colgrouptype::VERTICES } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Grouptype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Mergeop enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Method enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Colgrouptype enum_value) |
|
strong |
| Enumerator | |
|---|---|
| EDGES | |
| POINTS | |
| PRIMS | |
| VERTICES | |
Definition at line 86 of file SOP_GroupRange.proto.h.
|
strong |
| Enumerator | |
|---|---|
| POINTS | |
| PRIMS | |
| VERTICES | |
Definition at line 25 of file SOP_GroupRange.proto.h.
|
strong |
| Enumerator | |
|---|---|
| REPLACE | |
| UNION | |
| INTERSECT | |
| SUBTRACT | |
Definition at line 44 of file SOP_GroupRange.proto.h.
|
strong |
| Enumerator | |
|---|---|
| ABSOLUTE | |
| RELATIVE | |
| LENGTH | |
| PARTITION | |
Definition at line 65 of file SOP_GroupRange.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupRangeEnums::getToken | ( | Grouptype | enum_value | ) |
Definition at line 33 of file SOP_GroupRange.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupRangeEnums::getToken | ( | Mergeop | enum_value | ) |
Definition at line 53 of file SOP_GroupRange.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupRangeEnums::getToken | ( | Method | enum_value | ) |
Definition at line 74 of file SOP_GroupRange.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupRangeEnums::getToken | ( | Colgrouptype | enum_value | ) |
Definition at line 95 of file SOP_GroupRange.proto.h.