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()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.