The IVertexMutableGraph type exposes the following members.

Methods

  NameDescription
AddVertex
Adds a new vertex to the graph.
Clear
Clears the graph.
(Inherited from IMutableGraph.)
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.

Properties

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

See Also