UndirectedBidirectionalGraphTVertex, TEdge Class |
Namespace: QuickGraph
public sealed class UndirectedBidirectionalGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IEdgeListGraph<TVertex, TEdge>, IImplicitUndirectedGraph<TVertex, TEdge>, IUndirectedGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The UndirectedBidirectionalGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | UndirectedBidirectionalGraphTVertex, TEdge |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCount | |
![]() | EdgeEqualityComparer | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices | |
![]() | VisitedGraph |
Name | Description | |
---|---|---|
![]() | AdjacentDegree | |
![]() | AdjacentEdge | |
![]() | AdjacentEdges | |
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(TVertex, TVertex) | |
![]() | ContainsVertex | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAdjacentEdgesEmpty | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |