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