HDK
|
Enumerations | |
enum | LayoutMethod { LayoutMethod::FAST = 0, LayoutMethod::ACCURATE, LayoutMethod::ONLYSEAMS } |
enum | CenterPointsSource { CenterPointsSource::FIRSTINPUT = 0, CenterPointsSource::SECONDINPUT } |
enum | PointSelectionMethod { PointSelectionMethod::FURTHESTPOINT = 0, PointSelectionMethod::DISTORTIONBASED } |
enum | PackingMethod { PackingMethod::RECTANGLE = 0, PackingMethod::UDIM, PackingMethod::NONE } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (LayoutMethod enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (CenterPointsSource enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (PointSelectionMethod enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (PackingMethod enum_value) |
|
strong |
Enumerator | |
---|---|
FIRSTINPUT | |
SECONDINPUT |
Definition at line 44 of file SOP_UVFlattenFromPoints.proto.h.
|
strong |
Enumerator | |
---|---|
FAST | |
ACCURATE | |
ONLYSEAMS |
Definition at line 25 of file SOP_UVFlattenFromPoints.proto.h.
|
strong |
Enumerator | |
---|---|
RECTANGLE | |
UDIM | |
NONE |
Definition at line 78 of file SOP_UVFlattenFromPoints.proto.h.
Enumerator | |
---|---|
FURTHESTPOINT | |
DISTORTIONBASED |
Definition at line 61 of file SOP_UVFlattenFromPoints.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken | ( | LayoutMethod | enum_value | ) |
Definition at line 33 of file SOP_UVFlattenFromPoints.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken | ( | CenterPointsSource | enum_value | ) |
Definition at line 51 of file SOP_UVFlattenFromPoints.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken | ( | PointSelectionMethod | enum_value | ) |
Definition at line 68 of file SOP_UVFlattenFromPoints.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_UVFlattenFromPointsEnums::getToken | ( | PackingMethod | enum_value | ) |
Definition at line 86 of file SOP_UVFlattenFromPoints.proto.h.