HDK
|
Enumerations | |
enum | GroupType { GroupType::VERTICES = 0, GroupType::POINTS, GroupType::PRIMS } |
enum | MirrorOp { MirrorOp::SOURCE = 0, MirrorOp::DESTINATION } |
enum | Attrib { Attrib::COLORATTRIB = 0, Attrib::UVATTRIB, Attrib::OTHERATTRIB } |
enum | Mirroringmethod { Mirroringmethod::PLANE = 0, Mirroringmethod::TOPOLOGY, Mirroringmethod::MAPPING } |
enum | AttribMirrorOp { AttribMirrorOp::NOMIRROR = 0, AttribMirrorOp::UVMIRROR, AttribMirrorOp::VECTORMIRROR, AttribMirrorOp::POINTMIRROR } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (GroupType enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (MirrorOp enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Attrib enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Mirroringmethod enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (AttribMirrorOp enum_value) |
|
strong |
Enumerator | |
---|---|
COLORATTRIB | |
UVATTRIB | |
OTHERATTRIB |
Definition at line 61 of file SOP_AttribMirror.proto.h.
|
strong |
Enumerator | |
---|---|
NOMIRROR | |
UVMIRROR | |
VECTORMIRROR | |
POINTMIRROR |
Definition at line 99 of file SOP_AttribMirror.proto.h.
|
strong |
Enumerator | |
---|---|
VERTICES | |
POINTS | |
PRIMS |
Definition at line 25 of file SOP_AttribMirror.proto.h.
|
strong |
Enumerator | |
---|---|
PLANE | |
TOPOLOGY | |
MAPPING |
Definition at line 80 of file SOP_AttribMirror.proto.h.
|
strong |
Enumerator | |
---|---|
SOURCE | |
DESTINATION |
Definition at line 44 of file SOP_AttribMirror.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribMirrorEnums::getToken | ( | GroupType | enum_value | ) |
Definition at line 33 of file SOP_AttribMirror.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribMirrorEnums::getToken | ( | MirrorOp | enum_value | ) |
Definition at line 51 of file SOP_AttribMirror.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribMirrorEnums::getToken | ( | Attrib | enum_value | ) |
Definition at line 69 of file SOP_AttribMirror.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribMirrorEnums::getToken | ( | Mirroringmethod | enum_value | ) |
Definition at line 88 of file SOP_AttribMirror.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribMirrorEnums::getToken | ( | AttribMirrorOp | enum_value | ) |
Definition at line 108 of file SOP_AttribMirror.proto.h.