The IVertexAndEdgeMutableGraph type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddEdge |
Inserts the edge (u,v) into the graph, and returns the new edge.
(Inherited from IEdgeMutableGraph.) | |
| 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.
(Inherited from IEdgeMutableGraph.) | |
| RemoveEdge | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| AllowParallelEdges |
Parallel edge handling
(Inherited from IGraph.) | |
| EdgeProvider |
Returns the vertex provider
(Inherited from IEdgeMutableGraph.) | |
| IsDirected |
Directed or undirected graph
(Inherited from IGraph.) | |
| VertexProvider |
Returns the vertex provider
(Inherited from IVertexMutableGraph.) |
