Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
OutportFactoryObject (std::string_view classIdentifier, std::string_view typeName) | |
virtual std::unique_ptr< Outport > | create ()=0 |
virtual std::unique_ptr< Outport > | create (std::string_view identifier)=0 |
const std::string & | getClassIdentifier () const |
const std::string & | getTypeName () const |
Protected Attributes | |
std::string | classIdentifier_ |
std::string | typeName_ |