Interface IMutableGraph<TVertex, TEdge>
A mutable graph with vertices of type TVertex
and edges of type TEdge.
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public interface IMutableGraph<TVertex, TEdge> : IGraph<TVertex, TEdge> where TEdge : IEdge<TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
| TEdge | Edge type. |
Methods
| Improve this Doc View SourceClear()
Clears the vertex and edges.
Declaration
void Clear()