|
HDK
|
Enumerations | |
| enum | AdvectionChoice { AdvectionChoice::ADVECTBYDISTANCE = 0, AdvectionChoice::ADVECTBYTIME } |
| enum | VisRamp { VisRamp::FALSE_ = 0, VisRamp::PINK, VisRamp::MONO, VisRamp::BLACKBODY, VisRamp::BIPARTITE, VisRamp::CUSTOM } |
Functions | |
| SYS_FORCE_INLINE UT_StringHolder | getToken (AdvectionChoice enum_value) |
| SYS_FORCE_INLINE UT_StringHolder | getToken (VisRamp enum_value) |
|
strong |
| Enumerator | |
|---|---|
| ADVECTBYDISTANCE | |
| ADVECTBYTIME | |
Definition at line 25 of file SOP_VolumeTrail.proto.h.
|
strong |
| Enumerator | |
|---|---|
| FALSE_ | |
| PINK | |
| MONO | |
| BLACKBODY | |
| BIPARTITE | |
| CUSTOM | |
Definition at line 42 of file SOP_VolumeTrail.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_VolumeTrailEnums::getToken | ( | AdvectionChoice | enum_value | ) |
Definition at line 32 of file SOP_VolumeTrail.proto.h.
| SYS_FORCE_INLINE UT_StringHolder SOP_VolumeTrailEnums::getToken | ( | VisRamp | enum_value | ) |
Definition at line 53 of file SOP_VolumeTrail.proto.h.