|
|
virtual std::unique_ptr< Property > | create (std::string_view className) const override |
| virtual bool | hasKey (std::string_view key) const override |
|
Factory & | operator= (const Factory &)=delete |
|
virtual std::unique_ptr< Property > | create (std::string_view key, Args... args) const=0 |
|
virtual std::shared_ptr< Property > | createShared (std::string_view key, Args... args) const |
◆ Parent
| using inviwo::PropertyFactory::Parent |
Initial value:
std::string_view, std::string_view>
Definition propertyfactoryobject.h:39
A Property represents a parameter to a processor.
Definition property.h:123
◆ hasKey()
| virtual bool inviwo::PropertyFactory::hasKey |
( |
std::string_view | key | ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following file: