53 #ifndef vtkDistributedGraphHelper_h 54 #define vtkDistributedGraphHelper_h 56 #include "vtkCommonDataModelModule.h" 59 class vtkDistributedGraphHelperInternals;
132 virtual void Synchronize() = 0;
216 virtual
void AddEdgeInternal(const
vtkVariant& uPedigreeId,
241 virtual
void AttachToGraph(
vtkGraph *graph);
256 void *VertexDistributionUserData;
286 #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 *)