Go to the documentation of this file.
25 #ifndef vtkDuplicatePolyData_h
26 #define vtkDuplicatePolyData_h
28 #include "vtkFiltersParallelModule.h"
72 vtkSetMacro(ClientFlag,
int);
73 vtkGetMacro(ClientFlag,
int);
82 vtkGetMacro(MemorySize,
unsigned long);
void SetSocketController(vtkSocketController *controller)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void InitializeSchedule(int numProcs)
~vtkDuplicatePolyData() override
void ClientExecute(vtkPolyData *output)
vtkSocketController * SocketController
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
Multiprocessing communication superclass.
static vtkDuplicatePolyData * New()
a simple class to control print indentation
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
vtkMultiProcessController * Controller
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
For distributed tiled displays.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
Process communication using Sockets.
Superclass for algorithms that produce only polydata as output.