HDK
|
Enumerations | |
enum | UnmatchedPoints { UnmatchedPoints::FREEZE = 0, UnmatchedPoints::DELETE, UnmatchedPoints::GROUP } |
enum | VoxelBlend { VoxelBlend::NONE = 0, VoxelBlend::BYGRIDINDEX, VoxelBlend::BYVOXELPOS, VoxelBlend::ADVECTED } |
enum | Interp { Interp::LINEAR = 0, Interp::CUBIC, Interp::SUBD } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (UnmatchedPoints enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (VoxelBlend enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Interp enum_value) |
|
strong |
Enumerator | |
---|---|
LINEAR | |
CUBIC | |
SUBD |
Definition at line 65 of file SOP_SBlend-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
FREEZE | |
DELETE | |
GROUP |
Definition at line 25 of file SOP_SBlend-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
BYGRIDINDEX | |
BYVOXELPOS | |
ADVECTED |
Definition at line 44 of file SOP_SBlend-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SBlend_2_0Enums::getToken | ( | UnmatchedPoints | enum_value | ) |
Definition at line 33 of file SOP_SBlend-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SBlend_2_0Enums::getToken | ( | VoxelBlend | enum_value | ) |
Definition at line 53 of file SOP_SBlend-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SBlend_2_0Enums::getToken | ( | Interp | enum_value | ) |
Definition at line 73 of file SOP_SBlend-2.0.proto.h.