13 #ifndef vtkSISourceProxy_h 14 #define vtkSISourceProxy_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;
virtual void UpdatePipelineInformation()
Triggers UpdateInformation() on vtkObject if possible.
virtual bool ReadXMLAttributes(vtkPVXMLElement *element)
Parses the XML to create property/subproxy helpers.
vtkSISourceProxy is the server-side helper for a vtkSMSourceProxy.
virtual bool CreateVTKObjects()
Creates the VTK objects.
#define VTKREMOTINGSERVERMANAGER_EXPORT
virtual void OnCreateVTKObjects()
Called after CreateVTKObjects().
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
bool DisablePipelineExecution
static vtkSIProxy * New()
virtual void RecreateVTKObjects()
Called by vtkSMProxy::RecreateVTKObjects() to re-create the VTK objects.
virtual void SetDisablePipelineExecution(bool value)
Allow to shut down pipeline execution.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
vtkSICompoundSourceProxy is the server-side helper for a vtkSMCompoundSourceProxy.