HDK
|
Enumerations | |
enum | Mode { Mode::STORE = 0, Mode::EXTRACT, Mode::SWAP } |
enum | Nml { Nml::OFF = 0, Nml::POLY, Nml::ON } |
enum | Xform { Xform::OFF = 0, Xform::POLY, Xform::ON } |
enum | Quadric { Quadric::OFF = 0, Quadric::POLY, Quadric::ON } |
enum | Precision { Precision::AUTO = 0, Precision::_32, Precision::_64 } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Mode enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Nml enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Xform enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Quadric enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Precision enum_value) |
|
strong |
Enumerator | |
---|---|
STORE | |
EXTRACT | |
SWAP |
Definition at line 25 of file SOP_Rest.proto.h.
|
strong |
Enumerator | |
---|---|
OFF | |
POLY | |
ON |
Definition at line 44 of file SOP_Rest.proto.h.
|
strong |
Enumerator | |
---|---|
AUTO | |
_32 | |
_64 |
Definition at line 101 of file SOP_Rest.proto.h.
|
strong |
Enumerator | |
---|---|
OFF | |
POLY | |
ON |
Definition at line 82 of file SOP_Rest.proto.h.
|
strong |
Enumerator | |
---|---|
OFF | |
POLY | |
ON |
Definition at line 63 of file SOP_Rest.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RestEnums::getToken | ( | Mode | enum_value | ) |
Definition at line 33 of file SOP_Rest.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RestEnums::getToken | ( | Nml | enum_value | ) |
Definition at line 52 of file SOP_Rest.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RestEnums::getToken | ( | Xform | enum_value | ) |
Definition at line 71 of file SOP_Rest.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RestEnums::getToken | ( | Quadric | enum_value | ) |
Definition at line 90 of file SOP_Rest.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_RestEnums::getToken | ( | Precision | enum_value | ) |
Definition at line 109 of file SOP_Rest.proto.h.