50 #ifndef __vtkPBGLCollectGraph_h
51 #define __vtkPBGLCollectGraph_h
55 #include <vtksys/stl/utility>
56 #include <vtksys/stl/numeric>
57 #include <vtksys/stl/functional>
76 vtkGetMacro(TargetProcessor,
int);
77 vtkSetMacro(TargetProcessor,
int);
85 vtkGetMacro(ReplicateGraph,
bool);
86 vtkSetMacro(ReplicateGraph,
bool);
87 vtkBooleanMacro(ReplicateGraph,
bool);
93 vtkGetMacro(CopyVertexData,
bool);
94 vtkSetMacro(CopyVertexData,
bool);
95 vtkBooleanMacro(CopyVertexData,
bool);
101 vtkGetMacro(CopyEdgeData,
bool);
102 vtkSetMacro(CopyEdgeData,
bool);
103 vtkBooleanMacro(CopyEdgeData,
bool);
110 vtkGetMacro(CreateOriginProcessArray,
bool);
111 vtkSetMacro(CreateOriginProcessArray,
bool);
112 vtkBooleanMacro(CreateOriginProcessArray,
bool);
118 vtkSetStringMacro(OriginProcessArrayName);
150 bool CreateOriginProcessArray;
151 char * OriginProcessArrayName;
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces...
static vtkGraphAlgorithm * New()
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
represent and manipulate attribute data in a dataset
Collects all of the pieces of a distributed vtkGraph into a single, non-distributed vtkGraph...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)