|
HDK
|
Enumerations | |
| enum | Reduction { Reduction::MAX = 0, Reduction::MIN, Reduction::MAXABS, Reduction::MINABS, Reduction::AVERAGE, Reduction::MEDIAN, Reduction::SUM, Reduction::SUMABS, Reduction::SUMSQUARE, Reduction::RMS } |
| enum | Bordertype { Bordertype::NONE = 0, Bordertype::CONSTANT, Bordertype::REPEAT, Bordertype::STREAK } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Reduction enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (Bordertype enum_value) |
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| CONSTANT | |
| REPEAT | |
| STREAK | |
Definition at line 58 of file SOP_VolumeBlur.proto.h.
|
strong |
| Enumerator | |
|---|---|
| MAX | |
| MIN | |
| MAXABS | |
| MINABS | |
| AVERAGE | |
| MEDIAN | |
| SUM | |
| SUMABS | |
| SUMSQUARE | |
| RMS | |
Definition at line 25 of file SOP_VolumeBlur.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_VolumeBlurEnums::getToken | ( | Reduction | enum_value | ) |
Definition at line 40 of file SOP_VolumeBlur.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_VolumeBlurEnums::getToken | ( | Bordertype | enum_value | ) |
Definition at line 67 of file SOP_VolumeBlur.proto.h.