53 #ifndef vtkPBGLCollectGraph_h
54 #define vtkPBGLCollectGraph_h
56 #include "vtkInfovisParallelModule.h"
68 #if !defined(VTK_LEGACY_REMOVE)
84 vtkGetMacro(TargetProcessor,
int);
95 vtkGetMacro(ReplicateGraph,
bool);
105 vtkGetMacro(CopyVertexData,
bool);
115 vtkGetMacro(CopyEdgeData,
bool);
126 vtkGetMacro(CreateOriginProcessArray,
bool);
136 vtkSetStringMacro(OriginProcessArrayName);
168 bool CreateOriginProcessArray;
169 char * OriginProcessArrayName;
represent and manipulate attribute data in a dataset
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Collects all of the pieces of a distributed vtkGraph into a single, non-distributed vtkGraph.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void CopyStructureOfDataSetAttributes(vtkDataSetAttributes *inAttrs, vtkDataSetAttributes *outAttrs, vtkIdType numberOfTuples)
Copy the structure of the incoming data set attributes (inAttrs) to the output data set attributes (o...
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkPBGLCollectGraph * New()
A node in a selection tree.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.