![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| CompositeProcessorFactoryObject (const std::filesystem::path &filen) | |
| virtual std::shared_ptr< Processor > | create (InviwoApplication *app) const override |
| virtual Document | getMetaInformation () const override |
| Public Member Functions inherited from inviwo::ProcessorFactoryObject | |
| const std::string & | getCategory () const |
| const std::string & | getClassIdentifier () const |
| CodeState | getCodeState () const |
| const std::string & | getDisplayName () const |
| const ProcessorInfo & | getProcessorInfo () const |
| const Tags & | getTags () const |
| const std::string & | getTypeName () const |
| bool | isVisible () |
| ProcessorFactoryObject (ProcessorInfo info, std::string_view typeName) | |
|
overridevirtual |
Implements inviwo::ProcessorFactoryObject.
|
overridevirtual |
Overload this function to provide additional information
Reimplemented from inviwo::ProcessorFactoryObject.