25 #ifndef vtkDuplicatePolyData_h
26 #define vtkDuplicatePolyData_h
28 #include "vtkFiltersParallelModule.h"
49 void InitializeSchedule(
int numProcs);
59 vtkGetMacro(Synchronous,
int);
73 vtkGetMacro(ClientFlag,
int);
82 vtkGetMacro(MemorySize,
unsigned long);
Process communication using Sockets.
vtkSocketController * SocketController
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkMultiProcessController * Controller
static vtkPolyDataAlgorithm * New()
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
For distributed tiled displays.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.