IImplicitUndirectedGraphTVertex, TEdge Interface |
Namespace: QuickGraph
public interface IImplicitUndirectedGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex> where TEdge : Object, IEdge<TVertex>
The IImplicitUndirectedGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from IGraphTVertex, TEdge.) |
![]() | EdgeEqualityComparer | |
![]() | IsDirected | (Inherited from IGraphTVertex, TEdge.) |
Name | Description | |
---|---|---|
![]() | AdjacentDegree | |
![]() | AdjacentEdge | |
![]() | AdjacentEdges | |
![]() | ContainsEdge | |
![]() | ContainsVertex | (Inherited from IImplicitVertexSetTVertex.) |
![]() | IsAdjacentEdgesEmpty | |
![]() | TryGetEdge |