|
HDK
|
Enumerations | |
| enum | Grouptype { Grouptype::AUTO = 0, Grouptype::EDGES, Grouptype::POINTS, Grouptype::PRIMS, Grouptype::VERTICES } |
| enum | Pathcontroltype { Pathcontroltype::CONTROLS = 0, Pathcontroltype::STARTS, Pathcontroltype::STARTEND } |
| enum | Operation { Operation::PATH = 0, Operation::EXTENDEDPATH, Operation::CLOSEDPATH } |
| enum | Edgestyle { Edgestyle::AUTO = 0, Edgestyle::LOOP, Edgestyle::RING } |
| enum | Colgrouptype { Colgrouptype::AUTO = 0, Colgrouptype::EDGES, Colgrouptype::POINTS, Colgrouptype::PRIMS, Colgrouptype::VERTICES } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Grouptype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Pathcontroltype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Operation enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Edgestyle enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Colgrouptype enum_value) |
|
strong |
| Enumerator | |
|---|---|
| AUTO | |
| EDGES | |
| POINTS | |
| PRIMS | |
| VERTICES | |
Definition at line 105 of file SOP_GroupFindPath.proto.h.
|
strong |
| Enumerator | |
|---|---|
| AUTO | |
| LOOP | |
| RING | |
Definition at line 86 of file SOP_GroupFindPath.proto.h.
|
strong |
| Enumerator | |
|---|---|
| AUTO | |
| EDGES | |
| POINTS | |
| PRIMS | |
| VERTICES | |
Definition at line 25 of file SOP_GroupFindPath.proto.h.
|
strong |
| Enumerator | |
|---|---|
| PATH | |
| EXTENDEDPATH | |
| CLOSEDPATH | |
Definition at line 67 of file SOP_GroupFindPath.proto.h.
|
strong |
| Enumerator | |
|---|---|
| CONTROLS | |
| STARTS | |
| STARTEND | |
Definition at line 48 of file SOP_GroupFindPath.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupFindPathEnums::getToken | ( | Grouptype | enum_value | ) |
Definition at line 35 of file SOP_GroupFindPath.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupFindPathEnums::getToken | ( | Pathcontroltype | enum_value | ) |
Definition at line 56 of file SOP_GroupFindPath.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupFindPathEnums::getToken | ( | Operation | enum_value | ) |
Definition at line 75 of file SOP_GroupFindPath.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupFindPathEnums::getToken | ( | Edgestyle | enum_value | ) |
Definition at line 94 of file SOP_GroupFindPath.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_GroupFindPathEnums::getToken | ( | Colgrouptype | enum_value | ) |
Definition at line 115 of file SOP_GroupFindPath.proto.h.