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