22 #ifndef vtkPVPythonPluginInterface_h 23 #define vtkPVPythonPluginInterface_h 25 #include "vtkObject.h" 26 #include "vtkPVClientServerCoreCoreModule.h" 35 virtual void GetPythonSourceList(std::vector<std::string>& modules,
36 std::vector<std::string>& sources, std::vector<int>& package_flags) = 0;
vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules...