26 #ifndef __vtkCollectGraph_h
27 #define __vtkCollectGraph_h
58 vtkSetMacro(PassThrough,
int);
59 vtkGetMacro(PassThrough,
int);
60 vtkBooleanMacro(PassThrough,
int);
79 vtkSetMacro(OutputType,
int);
80 vtkGetMacro(OutputType,
int);
static vtkGraphAlgorithm * New()
Process communication using Sockets.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Collect distributed graph.
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkSocketController * SocketController
vtkMultiProcessController * Controller
Multiprocessing communication superclass.