22 #ifndef vtkCollectPolyData_h
23 #define vtkCollectPolyData_h
55 vtkSetMacro(PassThrough,
int);
56 vtkGetMacro(PassThrough,
int);
57 vtkBooleanMacro(PassThrough,
int);
Process communication using Sockets.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSPARALLEL_EXPORT
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
vtkSocketController * SocketController
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkMultiProcessController * Controller
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Collect distributed polydata.
Multiprocessing communication superclass.