|
HDK
|
Enumerations | |
| enum | SmoothingMethod { SmoothingMethod::APPROXIMATING = 0, SmoothingMethod::INTERPOLATING, SmoothingMethod::NONE } |
| enum | TetMeshTreatment { TetMeshTreatment::AS_SURFACE = 0, TetMeshTreatment::AS_SOLID, TetMeshTreatment::NONE } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (SmoothingMethod enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (TetMeshTreatment enum_value) |
|
strong |
| Enumerator | |
|---|---|
| APPROXIMATING | |
| INTERPOLATING | |
| NONE | |
Definition at line 25 of file SOP_SimplexRefine.proto.h.
|
strong |
| Enumerator | |
|---|---|
| AS_SURFACE | |
| AS_SOLID | |
| NONE | |
Definition at line 44 of file SOP_SimplexRefine.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_SimplexRefineEnums::getToken | ( | SmoothingMethod | enum_value | ) |
Definition at line 33 of file SOP_SimplexRefine.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_SimplexRefineEnums::getToken | ( | TetMeshTreatment | enum_value | ) |
Definition at line 52 of file SOP_SimplexRefine.proto.h.