39 #ifndef vtkPBGLDistributedGraphHelper_h 40 #define vtkPBGLDistributedGraphHelper_h 42 #include "vtkInfovisParallelModule.h" 45 class vtkPBGLDistributedGraphHelperInternals;
47 namespace boost {
namespace graph {
namespace distributed {
48 class mpi_process_group;
51 #if !defined(VTK_LEGACY_REMOVE) 80 boost::graph::distributed::mpi_process_group GetProcessGroup();
88 void PrintSelf(ostream& os,
vtkIndent indent);
136 ADD_UNDIRECTED_EDGE_NN_NO_REPLY_TAG
199 void AddEdgeInternal(
const vtkVariant& uPedigreeId,
215 void FindEdgeSourceAndTarget(
vtkIdType id,
222 void AttachToGraph(
vtkGraph *graph);
228 friend class vtkPBGLDistributedGraphHelperInternals;
232 #endif //VTK_LEGACY_REMOVE 233 #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