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