Interface IMutableVertexListGraph<TVertex, TEdge>
A mutable vertex list graph with vertices of type TVertex
and edges of type TEdge.
Inherited Members
Namespace: QuikGraph
Assembly: QuikGraph.dll
Syntax
public interface IMutableVertexListGraph<TVertex, TEdge> : IMutableIncidenceGraph<TVertex, TEdge>, IMutableGraph<TVertex, TEdge>, IIncidenceGraph<TVertex, TEdge>, IImplicitGraph<TVertex, TEdge>, IGraph<TVertex, TEdge>, IMutableVertexSet<TVertex>, IVertexSet<TVertex>, IImplicitVertexSet<TVertex> where TEdge : IEdge<TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
| TEdge | Edge type. |