Public Member Functions | List of all members
vtkPVDynamicInitializerPluginInterface Class Referenceabstract

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~vtkPVDynamicInitializerPluginInterface()

virtual vtkPVDynamicInitializerPluginInterface::~vtkPVDynamicInitializerPluginInterface ( )
virtual

Member Function Documentation

◆ Initialize()

virtual void vtkPVDynamicInitializerPluginInterface::Initialize ( )
pure virtual

The following method will be run as the plugin is loaded, before server-manager or python plugin interfaces are run.


The documentation for this class was generated from the following file: