HDK
|
Enumerations | |
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 | Process { Process::NONE = 0, Process::RECIPROCAL, Process::CLAMP01, Process::COMPLEMENT01, Process::THRESHOLD05 } |
enum | Doblendvolume { Doblendvolume::OFF = 0, Doblendvolume::ON } |
Functions | |
SYS_FORCE_INLINE UT_StringHolder | getToken (Combine enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Adjust enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Process enum_value) |
SYS_FORCE_INLINE UT_StringHolder | getToken (Doblendvolume enum_value) |
|
strong |
Enumerator | |
---|---|
NONE | |
SCALE | |
SCALEADD | |
SCALEADDPROCESS |
Definition at line 52 of file SOP_VolumeCombine.proto.h.
|
strong |
Enumerator | |
---|---|
COPY | |
ADD | |
SUB | |
MUL | |
DIV | |
MAX | |
MIN |
Definition at line 25 of file SOP_VolumeCombine.proto.h.
|
strong |
Enumerator | |
---|---|
OFF | |
ON |
Definition at line 96 of file SOP_VolumeCombine.proto.h.
|
strong |
Enumerator | |
---|---|
NONE | |
RECIPROCAL | |
CLAMP01 | |
COMPLEMENT01 | |
THRESHOLD05 |
Definition at line 73 of file SOP_VolumeCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCombineEnums::getToken | ( | Combine | enum_value | ) |
Definition at line 37 of file SOP_VolumeCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCombineEnums::getToken | ( | Adjust | enum_value | ) |
Definition at line 61 of file SOP_VolumeCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCombineEnums::getToken | ( | Process | enum_value | ) |
Definition at line 83 of file SOP_VolumeCombine.proto.h.
SYS_FORCE_INLINE UT_StringHolder SOP_VolumeCombineEnums::getToken | ( | Doblendvolume | enum_value | ) |
Definition at line 103 of file SOP_VolumeCombine.proto.h.