|
HDK
|
Enumerations | |
| enum | Grouppropagation { Grouppropagation::LEASTPOINTNUMBER = 0, Grouppropagation::UNION, Grouppropagation::INTERSECT } |
| enum | Snaptype { Snaptype::AVERAGE = 0, Snaptype::LOWEST, Snaptype::HIGHEST } |
| enum | Gridtype { Gridtype::SPACING = 0, Gridtype::LINES, Gridtype::POW2 } |
| enum | Gridround { Gridround::NEAREST = 0, Gridround::DOWN, Gridround::UP } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Grouppropagation enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Snaptype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Gridtype enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Gridround enum_value) |
|
strong |
| Enumerator | |
|---|---|
| NEAREST | |
| DOWN | |
| UP | |
Definition at line 82 of file SOP_Fuse.proto.h.
|
strong |
| Enumerator | |
|---|---|
| SPACING | |
| LINES | |
| POW2 | |
Definition at line 63 of file SOP_Fuse.proto.h.
|
strong |
| Enumerator | |
|---|---|
| LEASTPOINTNUMBER | |
| UNION | |
| INTERSECT | |
Definition at line 25 of file SOP_Fuse.proto.h.
|
strong |
| Enumerator | |
|---|---|
| AVERAGE | |
| LOWEST | |
| HIGHEST | |
Definition at line 44 of file SOP_Fuse.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_FuseEnums::getToken | ( | Grouppropagation | enum_value | ) |
Definition at line 33 of file SOP_Fuse.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_FuseEnums::getToken | ( | Snaptype | enum_value | ) |
Definition at line 52 of file SOP_Fuse.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_FuseEnums::getToken | ( | Gridtype | enum_value | ) |
Definition at line 71 of file SOP_Fuse.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_FuseEnums::getToken | ( | Gridround | enum_value | ) |
Definition at line 90 of file SOP_Fuse.proto.h.