Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
PythonProcessorFactoryObject (InviwoApplication *app, const std::string &file) | |
virtual std::unique_ptr< Processor > | create (InviwoApplication *app) override |
Public Member Functions inherited from inviwo::PythonProcessorFactoryObjectBase | |
PythonProcessorFactoryObjectBase (PythonProcessorFactoryObjectData data) | |
Public Member Functions inherited from inviwo::ProcessorFactoryObject | |
ProcessorFactoryObject (ProcessorInfo info) | |
ProcessorInfo | getProcessorInfo () const |
std::string | getClassIdentifier () const |
std::string | getDisplayName () const |
Tags | getTags () const |
std::string | getCategory () const |
CodeState | getCodeState () const |
bool | isVisible () |
Public Member Functions inherited from inviwo::FileObserver | |
FileObserver (InviwoApplication *app) | |
FileObserver (const std::string &filePath="") | |
Starts observing file if existing. More... | |
FileObserver (const FileObserver &)=delete | |
FileObserver & | operator= (const FileObserver &)=delete |
FileObserver (FileObserver &&rhs) | |
FileObserver & | operator= (FileObserver &&that) |
virtual | ~FileObserver () |
bool | startFileObservation (const std::string &filePath) |
Starts observing file if it exists. More... | |
bool | stopFileObservation (const std::string &filePath) |
Stops observing the file if being observed. More... | |
void | stopAllObservation () |
const std::unordered_set< std::string > & | getFiles () const |
bool | isObserved (const std::string &fileName) const |
Additional Inherited Members | |
Protected Attributes inherited from inviwo::PythonProcessorFactoryObjectBase | |
std::string | name_ |
std::string | file_ |
Protected Attributes inherited from inviwo::FileObserver | |
InviwoApplication * | app_ |