Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
OptionPropertyOption (const OptionPropertyOption &rhs) | |
OptionPropertyOption (OptionPropertyOption &&rhs) noexcept | |
OptionPropertyOption & | operator= (const OptionPropertyOption &that) |
OptionPropertyOption & | operator= (OptionPropertyOption &&that) noexcept |
OptionPropertyOption (std::string_view id, std::string_view name, T value) | |
template<typename U = T, class = std::enable_if_t<std::is_same_v<U, std::string>, void>> | |
OptionPropertyOption (std::string_view id, std::string_view name) | |
template<typename U = T, class = std::enable_if_t<util::is_stream_insertable<U>::value, void>> | |
OptionPropertyOption (const T &val) | |
virtual void | serialize (Serializer &s) const |
virtual void | deserialize (Deserializer &d) |
bool | operator== (const OptionPropertyOption< T > &rhs) const |
bool | operator!= (const OptionPropertyOption< T > &rhs) const |
Public Member Functions inherited from inviwo::Serializable |
Public Attributes | |
std::string | id_ |
std::string | name_ |
T | value_ = T{} |
|
virtual |
Implements inviwo::Serializable.
|
virtual |
Implements inviwo::Serializable.