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