![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| virtual void | convert (const Property *src, Property *dst) const override |
| Public Member Functions inherited from inviwo::PropertyConverter | |
| std::string | getDestinationPropertyClassIdenetifier () const |
| std::string | getSourcePropertyClassIdenetifier () const |
| PropertyConverter (std::string_view srcClassIdentifier, std::string_view dstClassIdentifier) | |
Protected Member Functions | |
| virtual void | convertimpl (const SrcProperty *src, DstProperty *dst) const =0 |
Additional Inherited Members | |
| Protected Attributes inherited from inviwo::PropertyConverter | |
| std::string | dstClassIdentifier_ |
| std::string | srcClassIdentifier_ |
|
inlineoverridevirtual |
convert requires that srcProperty and dstProperty has the same class identifiers as srcClassIdentifier and dstClassIdentifier, given in the constructor, i.e. the same types.
Reimplemented from inviwo::PropertyConverter.