Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
PythonProcessorFactoryObjectBase (PythonProcessorFactoryObjectData data) | |
Public Member Functions inherited from inviwo::ProcessorFactoryObject | |
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 |
Protected Attributes | |
std::string | name_ |
std::filesystem::path | file_ |