27#ifndef vtkCollectGraph_h
28#define vtkCollectGraph_h
30#include "vtkFiltersParallelModule.h"
87 vtkSetMacro(OutputType,
int);
88 vtkGetMacro(OutputType,
int);
Collect distributed graph.
virtual void SetController(vtkMultiProcessController *)
By default this filter uses the global controller, but this method can be used to set another instead...
virtual void SetSocketController(vtkSocketController *)
When this filter is being used in client-server mode, this is the controller used to communicate betw...
int RequestData(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.
~vtkCollectGraph() override
int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
vtkSocketController * SocketController
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkCollectGraph * New()
vtkMultiProcessController * Controller
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Multiprocessing communication superclass.
Process communication using Sockets.