42 #ifndef vtkPBGLDistributedGraphHelper_h 43 #define vtkPBGLDistributedGraphHelper_h 45 #include "vtkInfovisParallelModule.h" 48 class vtkPBGLDistributedGraphHelperInternals;
50 namespace boost {
namespace graph {
namespace distributed {
51 class mpi_process_group;
54 #if !defined(VTK_LEGACY_REMOVE) 83 boost::graph::distributed::mpi_process_group GetProcessGroup();
91 void PrintSelf(ostream& os,
vtkIndent indent);
139 ADD_UNDIRECTED_EDGE_NN_NO_REPLY_TAG
202 void AddEdgeInternal(
const vtkVariant& uPedigreeId,
218 void FindEdgeSourceAndTarget(
vtkIdType id,
225 void AttachToGraph(
vtkGraph *graph);
231 friend class vtkPBGLDistributedGraphHelperInternals;
235 #endif //VTK_LEGACY_REMOVE 236 #endif // vtkPBGLDistributedGraphHelper_h
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces...
Forward declaration required for Boost serialization.
boost::graph_traits< vtkGraph *>::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
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
vtkPBGLDistributedGraphHelperInternals * Internals
The Parallel BGL-specific internal information for this distributed graph.
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
end namespace boost::graph::distributed