HDK
|
Enumerations | |
enum | Grouptype { Grouptype::GUESS = 0, Grouptype::VERTICES, Grouptype::EDGES, Grouptype::POINTS, Grouptype::PRIMS } |
enum | Existing { Existing::ERROR = 0, Existing::WARN, Existing::REPLACE, Existing::BETTER } |
enum | Class { Class::DETAIL = 0, Class::PRIMITIVE, Class::POINT, Class::VERTEX } |
enum | Type { Type::FLOAT = 0, Type::INT, Type::VECTOR, Type::INDEX, Type::FLOATARRAY, Type::INTARRAY, Type::STRINGARRAY, Type::DICT, Type::DICTARRAY } |
enum | Typeinfo { Typeinfo::GUESS = 0, Typeinfo::NONE, Typeinfo::POINT, Typeinfo::VECTOR, Typeinfo::NORMAL, Typeinfo::COLOR, Typeinfo::QUATERNION, Typeinfo::TRANFORM, Typeinfo::TEXTURECOORD } |
enum | Precision { Precision::_8 = 0, Precision::_16, Precision::_32, Precision::_64, Precision::AUTO } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Grouptype enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Existing enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Class enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Type enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Typeinfo enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Precision enum_value) |
|
strong |
Enumerator | |
---|---|
DETAIL | |
PRIMITIVE | |
POINT | |
VERTEX |
Definition at line 69 of file SOP_AttribCreate-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
ERROR | |
WARN | |
REPLACE | |
BETTER |
Definition at line 48 of file SOP_AttribCreate-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
GUESS | |
VERTICES | |
EDGES | |
POINTS | |
PRIMS |
Definition at line 25 of file SOP_AttribCreate-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
_8 | |
_16 | |
_32 | |
_64 | |
AUTO |
Definition at line 152 of file SOP_AttribCreate-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
FLOAT | |
INT | |
VECTOR | |
INDEX | |
FLOATARRAY | |
INTARRAY | |
STRINGARRAY | |
DICT | |
DICTARRAY |
Definition at line 90 of file SOP_AttribCreate-2.0.proto.h.
|
strong |
Enumerator | |
---|---|
GUESS | |
NONE | |
POINT | |
VECTOR | |
NORMAL | |
COLOR | |
QUATERNION | |
TRANFORM | |
TEXTURECOORD |
Definition at line 121 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Grouptype | enum_value | ) |
Definition at line 35 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Existing | enum_value | ) |
Definition at line 57 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Class | enum_value | ) |
Definition at line 78 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Type | enum_value | ) |
Definition at line 104 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Typeinfo | enum_value | ) |
Definition at line 135 of file SOP_AttribCreate-2.0.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCreate_2_0Enums::getToken | ( | Precision | enum_value | ) |
Definition at line 162 of file SOP_AttribCreate-2.0.proto.h.