Go to the documentation of this file.
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;
176 #endif //VTK_LEGACY_REMOVE
Superclass for algorithms that produce only graph as output.
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces.
represent and manipulate attribute data in a dataset
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
A node in a selection tree.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
a simple class to control print indentation
static vtkPBGLCollectGraph * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
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...
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
Collects all of the pieces of a distributed vtkGraph into a single, non-distributed vtkGraph.