|
| virtual void | convert (const Property *src, Property *dst) const override |
| |
|
| PropertyConverter (const std::string &srcClassIdentifier, const std::string &dstClassIdentifier) |
| |
|
std::string | getSourcePropertyClassIdenetifier () const |
| |
|
std::string | getDestinationPropertyClassIdenetifier () const |
| |
|
|
virtual void | convertimpl (const SrcProperty *src, DstProperty *dst) const =0 |
| |
|
|
std::string | srcClassIdentifier_ |
| |
|
std::string | dstClassIdentifier_ |
| |
◆ convert()
template<typename SrcProperty, typename DstProperty>
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.
The documentation for this class was generated from the following file: