The IEdgeMutableGraph type exposes the following members.

Methods

  NameDescription
AddEdge
Inserts the edge (u,v) into the graph, and returns the new edge.
AddVertex
Adds a new vertex to the graph.
(Inherited from IVertexMutableGraph.)
Clear
Clears the graph.
(Inherited from IMutableGraph.)
ClearVertex
Remove all edges to and from vertex u from the graph.
RemoveEdgeOverloaded.
RemoveVertex
Remove u from the vertex set of the graph. Note that undefined behavior may result if there are edges remaining in the graph who's target is u. Typically the ClearVertex function should be called first.
(Inherited from IVertexMutableGraph.)

Properties

  NameDescription
AllowParallelEdges
Parallel edge handling
(Inherited from IGraph.)
EdgeProvider
Returns the vertex provider
IsDirected
Directed or undirected graph
(Inherited from IGraph.)
VertexProvider
Returns the vertex provider
(Inherited from IVertexMutableGraph.)

See Also