55 #ifndef vtkDistributedGraphHelper_h
56 #define vtkDistributedGraphHelper_h
61 class vtkDistributedGraphHelperInternals;
125 virtual void Synchronize() = 0;
201 virtual void AddEdgeInternal(
const vtkVariant& uPedigreeId,
223 virtual void AttachToGraph(
vtkGraph *graph);
260 #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 *)
An array holding vtkVariants.
vtkIdType highBitShiftMask
A atomic type representing the union of many types.
Base class for graph data types.
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkVertexPedigreeIdDistribution VertexDistribution
a simple class to control print indentation
void * VertexDistributionUserData
vtkIdType(* vtkVertexPedigreeIdDistribution)(const vtkVariant &pedigreeId, void *userData)
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
#define VTKCOMMONDATAMODEL_EXPORT