41 #ifndef vtkPBGLDistributedGraphHelper_h 42 #define vtkPBGLDistributedGraphHelper_h 44 #include "vtkInfovisParallelModule.h" 47 class vtkPBGLDistributedGraphHelperInternals;
50 namespace boost {
namespace graph {
namespace distributed {
51 class mpi_process_group;
55 #if !defined(VTK_LEGACY_REMOVE) 78 boost::graph::distributed::mpi_process_group GetProcessGroup();
86 void PrintSelf(ostream& os,
vtkIndent indent);
135 ADD_UNDIRECTED_EDGE_NN_NO_REPLY_TAG
195 void AddEdgeInternal(
const vtkVariant& uPedigreeId,
209 void FindEdgeSourceAndTarget(
vtkIdType id,
216 void AttachToGraph(
vtkGraph *graph);
225 friend class vtkPBGLDistributedGraphHelperInternals;
229 #endif //VTK_LEGACY_REMOVE 230 #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.
#define vtkTypeMacro(thisClass, superclass)
A atomic type representing the union of many types.
Base class for graph data types.
a simple class to control print indentation
vtkPBGLDistributedGraphHelperInternals * Internals
boost::graph_traits< vtkGraph *>::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
end namespace boost::graph::distributed