25 #ifndef vtkDuplicatePolyData_h 26 #define vtkDuplicatePolyData_h 28 #include "vtkFiltersParallelModule.h" 49 void InitializeSchedule(
int numProcs);
72 vtkSetMacro(ClientFlag,
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.
vtkSocketController * GetSocketController()
This duplicate filter works in client server mode when this controller is set.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Multiprocessing communication superclass.