13 #ifndef vtkDuplicatePolyData_h
14 #define vtkDuplicatePolyData_h
16 #include "vtkFiltersParallelModule.h"
18 VTK_ABI_NAMESPACE_BEGIN
38 void InitializeSchedule(
int numProcs);
61 vtkSetMacro(ClientFlag,
int);
62 vtkGetMacro(ClientFlag,
int);
71 vtkGetMacro(MemorySize,
unsigned long);
101 VTK_ABI_NAMESPACE_END
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.