|
HDK
|
Enumerations | |
| enum | Planes { Planes::PLANES4 = 0, Planes::PLANES5, Planes::PLANES6, Planes::PLANES8 } |
| enum | LayoutType { LayoutType::STRIP = 0, LayoutType::SQUARE } |
| enum | ScaleType { ScaleType::NONE = 0, ScaleType::UNIFORM, ScaleType::STRETCH } |
| enum | RotateOrder { RotateOrder::XYZ = 0, RotateOrder::XZY, RotateOrder::YXZ, RotateOrder::YZX, RotateOrder::ZXY, RotateOrder::ZYX } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Planes enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (LayoutType enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (ScaleType enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (RotateOrder enum_value) |
|
strong |
| Enumerator | |
|---|---|
| STRIP | |
| SQUARE | |
Definition at line 46 of file SOP_UVUnwrap.proto.h.
|
strong |
| Enumerator | |
|---|---|
| PLANES4 | |
| PLANES5 | |
| PLANES6 | |
| PLANES8 | |
Definition at line 25 of file SOP_UVUnwrap.proto.h.
|
strong |
| Enumerator | |
|---|---|
| XYZ | |
| XZY | |
| YXZ | |
| YZX | |
| ZXY | |
| ZYX | |
Definition at line 82 of file SOP_UVUnwrap.proto.h.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| UNIFORM | |
| STRETCH | |
Definition at line 63 of file SOP_UVUnwrap.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_UVUnwrapEnums::getToken | ( | Planes | enum_value | ) |
Definition at line 34 of file SOP_UVUnwrap.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_UVUnwrapEnums::getToken | ( | LayoutType | enum_value | ) |
Definition at line 53 of file SOP_UVUnwrap.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_UVUnwrapEnums::getToken | ( | ScaleType | enum_value | ) |
Definition at line 71 of file SOP_UVUnwrap.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_UVUnwrapEnums::getToken | ( | RotateOrder | enum_value | ) |
Definition at line 93 of file SOP_UVUnwrap.proto.h.