![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| void | deserialize (Deserializer &d, PropertySerializationMode mode=PropertySerializationMode::Default) |
| bool | isDefault () const |
| operator const TransferFunction & () const | |
| operator const TransferFunction & () const | |
| const TransferFunction & | operator* () const |
| const TransferFunction * | operator-> () const |
| auto | operator<=> (const ValueWrapper< TransferFunction > &rhs) const |
| ValueWrapper & | operator= (const TransferFunction &val) |
| ValueWrapper & | operator= (const ValueWrapper &that)=default |
| ValueWrapper & | operator= (ValueWrapper &&that)=default |
| bool | operator== (const TransferFunction &rhs) const |
| bool | operator== (const ValueWrapper &rhs) const |
| void | reset () |
| void | serialize (Serializer &s, PropertySerializationMode mode=PropertySerializationMode::Default) const |
| void | setAsDefault () |
| bool | update (const TransferFunction &src) |
| bool | update (const ValueWrapper &src) |
| ValueWrapper (const ValueWrapper &rhs)=default | |
| ValueWrapper (std::string_view name, const TransferFunction &transferFunction) | |
| ValueWrapper (ValueWrapper &&rhs)=default | |
Public Attributes | |
| dvec2 | defaultMask |
| std::vector< TFPrimitiveData > | defaultPoints |
| TransferFunction | defaultValue |
| std::string | name |
| TransferFunction | value |