HDK
|
Enumerations | |
enum | GroupType { GroupType::GUESS = 0, GroupType::VERTICES, GroupType::EDGES, GroupType::POINTS, GroupType::PRIMS } |
enum | Class { Class::DETAIL = 0, Class::PRIMITIVE, Class::POINT, Class::VERTEX } |
enum | Combine { Combine::COPY = 0, Combine::ADD, Combine::SUB, Combine::MUL, Combine::DIV, Combine::MAX, Combine::MIN } |
enum | Adjust { Adjust::NONE = 0, Adjust::SCALE, Adjust::SCALEADD, Adjust::SCALEADDPROCESS } |
enum | Srcinput { Srcinput::FIRST = 0, Srcinput::SECOND } |
enum | Process { Process::NONE = 0, Process::RECIPROCAL, Process::CLAMP01, Process::COMPLEMENT01, Process::THRESHOLD05 } |
enum | Doblendattrib { Doblendattrib::OFF = 0, Doblendattrib::ON } |
enum | Blendinput { Blendinput::FIRST = 0, Blendinput::SECOND } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (GroupType enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Class enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Combine enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Adjust enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Srcinput enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Process enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Doblendattrib enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Blendinput enum_value) |
|
strong |
Enumerator | |
---|---|
NONE | |
SCALE | |
SCALEADD | |
SCALEADDPROCESS |
Definition at line 96 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
FIRST | |
SECOND |
Definition at line 174 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
DETAIL | |
PRIMITIVE | |
POINT | |
VERTEX |
Definition at line 48 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
COPY | |
ADD | |
SUB | |
MUL | |
DIV | |
MAX | |
MIN |
Definition at line 69 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
OFF | |
ON |
Definition at line 157 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
GUESS | |
VERTICES | |
EDGES | |
POINTS | |
PRIMS |
Definition at line 25 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
RECIPROCAL | |
CLAMP01 | |
COMPLEMENT01 | |
THRESHOLD05 |
Definition at line 134 of file SOP_AttribCombine.proto.h.
|
strong |
Enumerator | |
---|---|
FIRST | |
SECOND |
Definition at line 117 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | GroupType | enum_value | ) |
Definition at line 35 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Class | enum_value | ) |
Definition at line 57 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Combine | enum_value | ) |
Definition at line 81 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Adjust | enum_value | ) |
Definition at line 105 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Srcinput | enum_value | ) |
Definition at line 124 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Process | enum_value | ) |
Definition at line 144 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Doblendattrib | enum_value | ) |
Definition at line 164 of file SOP_AttribCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_AttribCombineEnums::getToken | ( | Blendinput | enum_value | ) |
Definition at line 181 of file SOP_AttribCombine.proto.h.