23#ifndef vtkCollectPolyData_h
24#define vtkCollectPolyData_h
26#include "vtkFiltersParallelModule.h"
Collect distributed polydata.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkCollectPolyData * New()
virtual void SetSocketController(vtkSocketController *)
When this filter is being used in client-server mode, this is the controller used to communicate betw...
vtkMultiProcessController * Controller
vtkSocketController * SocketController
~vtkCollectPolyData() override
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Multiprocessing communication superclass.
Superclass for algorithms that produce only polydata as output.
Process communication using Sockets.