![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| PythonProcessorFactoryObjectBase (PythonProcessorFactoryObjectData data) | |
| Public Member Functions inherited from inviwo::ProcessorFactoryObject | |
| virtual std::shared_ptr< Processor > | create (InviwoApplication *app) const =0 |
| const std::string & | getCategory () const |
| const std::string & | getClassIdentifier () const |
| CodeState | getCodeState () const |
| const std::string & | getDisplayName () const |
| virtual Document | getMetaInformation () const |
| const ProcessorInfo & | getProcessorInfo () const |
| const Tags & | getTags () const |
| const std::string & | getTypeName () const |
| bool | isVisible () |
| ProcessorFactoryObject (ProcessorInfo info, std::string_view typeName) | |
Protected Attributes | |
| std::filesystem::path | file_ |
| std::string | name_ |