Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
ProcessorFactoryObject (ProcessorInfo info, std::string_view typeName) | |
virtual std::shared_ptr< Processor > | create (InviwoApplication *app) const =0 |
const ProcessorInfo & | getProcessorInfo () const |
const std::string & | getClassIdentifier () const |
const std::string & | getDisplayName () const |
const Tags & | getTags () const |
const std::string & | getCategory () const |
CodeState | getCodeState () const |
bool | isVisible () |
virtual Document | getMetaInformation () const |
const std::string & | getTypeName () const |
|
inlinevirtual |
Overload this function to provide additional information
Reimplemented in inviwo::CompositeProcessorFactoryObject, and inviwo::PythonProcessorFactoryObject.