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