Go to the documentation of this file.
3 #ifndef vtkSIPythonSourceProxy_h
4 #define vtkSIPythonSourceProxy_h
7 #include "vtkRemotingServerManagerPythonModule.h"
12 class vtkPythonInterpreter;
54 std::unique_ptr<vtkInternals> Internals;
virtual void DeleteVTKObjects()
Called to delete VTK objects.
void RecreateVTKObjects() override
Overridden to update the output ports.
void Push(vtkSMMessage *msg) override
Push a new state to the underneath implementation.
vtkSISourceProxy for all VTKPythonAlgorithmBase-based algorithms.
void PrintSelf(ostream &os, vtkIndent indent) override
static vtkSISourceProxy * New()
virtual vtkObjectBase * NewVTKObject(const char *className)
Create an instance of the class specified.
void Pull(vtkSMMessage *msg) override
Pull the current state of the underneath implementation.
virtual void Initialize(vtkPVSessionCore *session)
Initializes the instance.