Go to the documentation of this file.
13 #ifndef vtkSISourceProxy_h
14 #define vtkSISourceProxy_h
16 #include "vtkRemotingServerManagerModule.h"
44 virtual void UpdatePipeline(
int port,
double time,
bool doTime);
49 virtual void SetupSelectionProxy(
int port,
vtkSIProxy* extractSelection);
89 virtual bool CreateOutputPorts();
95 void MarkStartEvent();
100 vtkSetStringMacro(ExecutiveName);
110 vtkInternals* Internals;
112 int StartEventCounter;
void PrintSelf(ostream &os, vtkIndent indent) override
virtual void RecreateVTKObjects()
Called by vtkSMProxy::RecreateVTKObjects() to re-create the VTK objects.
virtual bool ReadXMLAttributes(vtkPVXMLElement *element)
Parses the XML to create property/subproxy helpers.
static vtkSIProxy * New()
virtual bool CreateVTKObjects()
Creates the VTK objects.
bool DisablePipelineExecution
virtual void UpdatePipelineInformation()
Triggers UpdateInformation() on vtkObject if possible.
virtual void OnCreateVTKObjects()
Called after CreateVTKObjects().
virtual void SetDisablePipelineExecution(bool value)
Allow to shut down pipeline execution.