#include <inviwo/core/properties/propertyconverter.h>
|
| virtual void | convertimpl (const SrcOrdinal *src, DstOpt *dst) const override |
| |
|
| virtual void | convert (const Property *src, Property *dst) const override |
| |
|
std::string | getDestinationPropertyClassIdenetifier () const |
| |
|
std::string | getSourcePropertyClassIdenetifier () const |
| |
|
| PropertyConverter (std::string_view srcClassIdentifier, std::string_view dstClassIdentifier) |
| |
|
std::string | dstClassIdentifier_ |
| |
|
std::string | srcClassIdentifier_ |
| |
template<typename SrcOrdinal, typename DstOpt>
class inviwo::OrdinalToOrdinalOptConverter< SrcOrdinal, DstOpt >
Converts a plain OrdinalProperty into an OrdinalOptProperty. The destination always ends up holding a value.
◆ convertimpl()
template<typename SrcOrdinal , typename DstOpt >
|
|
inlineoverrideprotectedvirtual |
The documentation for this class was generated from the following file:
- include/inviwo/core/properties/propertyconverter.h