Inviwo
0.9.10.1
Inviwo documentation
|
Public Member Functions | |
void | addModulePath (const std::string &path) |
void | importModule (const std::string &moduleName) |
bool | runString (std::string code) |
Public Member Functions inherited from inviwo::PythonExecutionOutputObservable | |
void | pythonExecutionOutputEvent (const std::string &msg, PythonOutputType outputType) |
Public Member Functions inherited from inviwo::Observable< PythonExecutionOutputObeserver > | |
Observable (const Observable< PythonExecutionOutputObeserver > &other) | |
Observable (Observable< PythonExecutionOutputObeserver > &&other) | |
Observable< PythonExecutionOutputObeserver > & | operator= (const Observable< PythonExecutionOutputObeserver > &other) |
Observable< PythonExecutionOutputObeserver > & | operator= (Observable< PythonExecutionOutputObeserver > &&other) |
void | addObserver (PythonExecutionOutputObeserver *observer) |
void | removeObserver (PythonExecutionOutputObeserver *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
Protected Member Functions inherited from inviwo::Observable< PythonExecutionOutputObeserver > | |
void | forEachObserver (C callback) |
Protected Member Functions inherited from inviwo::ObservableInterface | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |