24 #ifndef __vtkDuplicatePolyData_h
25 #define __vtkDuplicatePolyData_h
27 #include "vtkFiltersParallelModule.h"
29 class vtkSocketController;
30 class vtkMultiProcessController;
37 void PrintSelf(ostream& os, vtkIndent indent);
42 virtual void SetController(vtkMultiProcessController*);
43 vtkGetObjectMacro(Controller, vtkMultiProcessController);
46 void InitializeSchedule(
int numProcs);
52 vtkSetMacro(Synchronous,
int);
53 vtkGetMacro(Synchronous,
int);
54 vtkBooleanMacro(Synchronous,
int);
63 void SetSocketController (vtkSocketController *controller);
64 vtkSetMacro(ClientFlag,
int);
65 vtkGetMacro(ClientFlag,
int);
72 vtkGetMacro(MemorySize,
unsigned long);
80 virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
81 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
83 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
vtkSocketController * SocketController
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkMultiProcessController * Controller
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
For distributed tiled displays.
vtkSocketController * GetSocketController()