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