vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin that needs to dynamically initialize its internal state. More...
#include <vtkPVDynamicInitializerPluginInterface.h>
Public Member Functions | |
virtual | ~vtkPVDynamicInitializerPluginInterface () |
virtual void | Initialize ()=0 |
The following method will be run as the plugin is loaded, before server-manager or python plugin interfaces are run. More... | |
vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin that needs to dynamically initialize its internal state.
It can be used to avoid depending on static initializers, to initialize third-party libraries, etc.
Definition at line 19 of file vtkPVDynamicInitializerPluginInterface.h.
|
virtual |
|
pure virtual |
The following method will be run as the plugin is loaded, before server-manager or python plugin interfaces are run.