56 #ifndef vtkDistributedGraphHelper_h
57 #define vtkDistributedGraphHelper_h
59 #include "vtkCommonDataModelModule.h"
62 class vtkDistributedGraphHelperInternals;
135 virtual void Synchronize() = 0;
219 virtual
void AddEdgeInternal(const
vtkVariant& uPedigreeId,
244 virtual
void AttachToGraph(
vtkGraph *graph);
259 void *VertexDistributionUserData;
289 #endif // vtkDistributedGraphHelper_h
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces...
abstract base class for most VTK objects
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
An array holding vtkVariants.
A atomic type representing the union of many types.
Base class for graph data types.
a simple class to control print indentation
vtkIdType(* vtkVertexPedigreeIdDistribution)(const vtkVariant &pedigreeId, void *userData)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)