24 #ifndef vtkDuplicatePolyData_h
25 #define vtkDuplicatePolyData_h
46 void InitializeSchedule(
int numProcs);
52 vtkSetMacro(Synchronous,
int);
53 vtkGetMacro(Synchronous,
int);
54 vtkBooleanMacro(Synchronous,
int);
64 vtkSetMacro(ClientFlag,
int);
65 vtkGetMacro(ClientFlag,
int);
72 vtkGetMacro(MemorySize,
unsigned long);
Process communication using Sockets.
vtkSocketController * SocketController
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
concrete dataset represents vertices, lines, polygons, and triangle strips
vtkMultiProcessController * Controller
#define VTKFILTERSPARALLEL_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
For distributed tiled displays.
vtkSocketController * GetSocketController()
Multiprocessing communication superclass.