Go to the documentation of this file.
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)
135 ADD_UNDIRECTED_EDGE_NN_NO_REPLY_TAG
225 friend class vtkPBGLDistributedGraphHelperInternals;
229 #endif //VTK_LEGACY_REMOVE
230 #endif // vtkPBGLDistributedGraphHelper_h
void AddEdgeInternal(const vtkVariant &uPedigreeId, vtkIdType v, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)
@ ADD_DIRECTED_EDGE_WITH_REPLY_TAG
@ ADD_VERTEX_PROPS_WITH_REPLY_TAG
@ ADD_DIRECTED_EDGE_IN_NO_REPLY_TAG
@ ADD_DIRECTED_EDGE_NO_REPLY_TAG
end namespace boost::graph::distributed
@ ADD_UNDIRECTED_BACK_EDGE_TAG
helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces.
void AddEdgeInternal(vtkIdType u, const vtkVariant &vPedigreeId, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)
boost::graph::distributed::mpi_process_group GetProcessGroup()
~vtkPBGLDistributedGraphHelper()
#define vtkTypeMacro(thisClass, superclass)
void AddEdgeInternal(const vtkVariant &uPedigreeId, const vtkVariant &vPedigreeId, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)
void FindEdgeSourceAndTarget(vtkIdType id, vtkIdType *source, vtkIdType *target)
Forward declaration required for Boost serialization.
An array holding vtkVariants.
static vtkPBGLDistributedGraphHelper * New()
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
void AddVertexInternal(vtkVariantArray *propertyArr, vtkIdType *vertex)
@ ADD_DIRECTED_BACK_EDGE_TAG
void AddVertexInternal(const vtkVariant &pedigreeId, vtkIdType *vertex)
@ ADD_UNDIRECTED_EDGE_NO_REPLY_TAG
@ FIND_EDGE_SOURCE_TARGET_TAG
vtkPBGLDistributedGraphHelperInternals * Internals
@ ADD_UNDIRECTED_EDGE_WITH_REPLY_TAG
@ ADD_DIRECTED_EDGE_NN_NO_REPLY_TAG
a simple class to control print indentation
@ ADD_VERTEX_PROPS_NO_REPLY_TAG
A atomic type representing the union of many types.
void AttachToGraph(vtkGraph *graph)
vtkDistributedGraphHelper * Clone()
@ ADD_VERTEX_NO_REPLY_TAG
@ ADD_UNDIRECTED_EDGE_NI_WITH_REPLY_TAG
@ ADD_VERTEX_WITH_REPLY_TAG
void AddEdgeInternal(vtkIdType u, vtkIdType v, bool directed, vtkVariantArray *propertyArr, vtkEdgeType *edge)
void PrintSelf(ostream &os, vtkIndent indent)
@ ADD_UNDIRECTED_EDGE_NI_NO_REPLY_TAG
Base class for graph data types.
vtkPBGLDistributedGraphHelper()
@ ADD_UNDIRECTED_EDGE_IN_NO_REPLY_TAG
boost::graph_traits< vtkGraph * >::vertex_descriptor target(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
vtkIdType FindVertex(const vtkVariant &pedigreeId)
@ ADD_DIRECTED_EDGE_NI_NO_REPLY_TAG
@ ADD_DIRECTED_EDGE_NI_WITH_REPLY_TAG