![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| PythonProcessorFactoryObject (InviwoApplication *app, const std::filesystem::path &file) | |
| virtual std::shared_ptr< Processor > | create (InviwoApplication *app) const override |
| virtual Document | getMetaInformation () const override |
| Public Member Functions inherited from inviwo::PythonProcessorFactoryObjectBase | |
| PythonProcessorFactoryObjectBase (PythonProcessorFactoryObjectData data) | |
| Public Member Functions inherited from inviwo::ProcessorFactoryObject | |
| ProcessorFactoryObject (ProcessorInfo info, std::string_view typeName) | |
| 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 () |
| const std::string & | getTypeName () const |
| Public Member Functions inherited from inviwo::FileObserver | |
| FileObserver (InviwoApplication *app) | |
| FileObserver (FileSystemObserver *app) | |
| FileObserver (const FileObserver &)=delete | |
| FileObserver & | operator= (const FileObserver &)=delete |
| FileObserver (FileObserver &&rhs) | |
| FileObserver & | operator= (FileObserver &&that) |
| virtual | ~FileObserver () |
| bool | startFileObservation (const std::filesystem::path &filePath) |
| Starts observing file if it exists. | |
| bool | stopFileObservation (const std::filesystem::path &filePath) |
| Stops observing the file if being observed. | |
| void | stopAllObservation () |
| const std::unordered_set< std::filesystem::path, PathHash > & | getFiles () const |
| bool | isObserved (const std::filesystem::path &fileName) const |
Additional Inherited Members | |
| Protected Attributes inherited from inviwo::PythonProcessorFactoryObjectBase | |
| std::string | name_ |
| std::filesystem::path | file_ |
| Protected Attributes inherited from inviwo::FileObserver | |
| FileSystemObserver * | fileSystemObserver_ |
|
overridevirtual |
Implements inviwo::ProcessorFactoryObject.
|
inlineoverridevirtual |
Overload this function to provide additional information
Reimplemented from inviwo::ProcessorFactoryObject.