vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules to ParaView.
More...
#include <vtkPVPythonPluginInterface.h>
vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules to ParaView.
Definition at line 30 of file vtkPVPythonPluginInterface.h.
◆ ~vtkPVPythonPluginInterface()
virtual vtkPVPythonPluginInterface::~vtkPVPythonPluginInterface |
( |
| ) |
|
|
virtual |
◆ GetPythonSourceList()
virtual void vtkPVPythonPluginInterface::GetPythonSourceList |
( |
std::vector< std::string > & |
modules, |
|
|
std::vector< std::string > & |
sources, |
|
|
std::vector< int > & |
package_flags |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: