26 #ifndef vtkCollectTable_h
27 #define vtkCollectTable_h
59 vtkSetMacro(PassThrough,
int);
60 vtkGetMacro(PassThrough,
int);
61 vtkBooleanMacro(PassThrough,
int);
Process communication using Sockets.
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Collect distributed table.
#define VTKFILTERSPARALLEL_EXPORT
vtkMultiProcessController * Controller
a simple class to control print indentation
vtkSocketController * SocketController
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Multiprocessing communication superclass.