HDK
|
Enumerations | |
enum | Xord { Xord::SRT = 0, Xord::STR, Xord::RST, Xord::RTS, Xord::TSR, Xord::TRS } |
enum | Rord { Rord::XYZ = 0, Rord::XZY, Rord::YXZ, Rord::YZX, Rord::ZXY, Rord::ZYX } |
enum | Distmetric { Distmetric::CUSTOM = 0, Distmetric::EDGES, Distmetric::GLOBAL, Distmetric::GLOBALCONNECTED, Distmetric::SURFACE } |
enum | Type { Type::LINEAR = 0, Type::QUADRATIC, Type::CUBIC, Type::META } |
enum | Visualizefalloff { Visualizefalloff::NEVER = 0, Visualizefalloff::ALWAYS, Visualizefalloff::STATE } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Xord enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Rord enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Distmetric enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Visualizefalloff enum_value) |
|
strong |
Enumerator | |
---|---|
CUSTOM | |
EDGES | |
GLOBAL | |
GLOBALCONNECTED | |
SURFACE |
Definition at line 75 of file SOP_SoftTransform.proto.h.
|
strong |
Enumerator | |
---|---|
XYZ | |
XZY | |
YXZ | |
YZX | |
ZXY | |
ZYX |
Definition at line 50 of file SOP_SoftTransform.proto.h.
|
strong |
Enumerator | |
---|---|
LINEAR | |
QUADRATIC | |
CUBIC | |
META |
Definition at line 98 of file SOP_SoftTransform.proto.h.
|
strong |
Enumerator | |
---|---|
NEVER | |
ALWAYS | |
STATE |
Definition at line 119 of file SOP_SoftTransform.proto.h.
|
strong |
Enumerator | |
---|---|
SRT | |
STR | |
RST | |
RTS | |
TSR | |
TRS |
Definition at line 25 of file SOP_SoftTransform.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SoftTransformEnums::getToken | ( | Xord | enum_value | ) |
Definition at line 36 of file SOP_SoftTransform.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SoftTransformEnums::getToken | ( | Rord | enum_value | ) |
Definition at line 61 of file SOP_SoftTransform.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SoftTransformEnums::getToken | ( | Distmetric | enum_value | ) |
Definition at line 85 of file SOP_SoftTransform.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SoftTransformEnums::getToken | ( | Type | enum_value | ) |
Definition at line 107 of file SOP_SoftTransform.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_SoftTransformEnums::getToken | ( | Visualizefalloff | enum_value | ) |
Definition at line 127 of file SOP_SoftTransform.proto.h.