HDK
|
Enumerations | |
enum | Method { Method::SWAP = 0, Method::COPY, Method::MOVE } |
enum | Class { Class::DETAIL = 0, Class::PRIMITIVE, Class::POINT, Class::VERTEX } |
enum | Typeinfo { Typeinfo::SOURCE = 0, Typeinfo::DEST } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Method enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Class enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Typeinfo enum_value) |
|
strong |
Enumerator | |
---|---|
DETAIL | |
PRIMITIVE | |
POINT | |
VERTEX |
Definition at line 44 of file SOP_AttribSwap.proto.h.
|
strong |
Enumerator | |
---|---|
SWAP | |
COPY | |
MOVE |
Definition at line 25 of file SOP_AttribSwap.proto.h.
|
strong |
Enumerator | |
---|---|
SOURCE | |
DEST |
Definition at line 65 of file SOP_AttribSwap.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribSwapEnums::getToken | ( | Method | enum_value | ) |
Definition at line 33 of file SOP_AttribSwap.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribSwapEnums::getToken | ( | Class | enum_value | ) |
Definition at line 53 of file SOP_AttribSwap.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribSwapEnums::getToken | ( | Typeinfo | enum_value | ) |
Definition at line 72 of file SOP_AttribSwap.proto.h.