BidirectionAdapterGraphTVertex, TEdge Class |
Namespace: QuickGraph
public class BidirectionAdapterGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IEdgeListGraph<TVertex, TEdge>, IImplicitGraph<TVertex, TEdge>, IIncidenceGraph<TVertex, TEdge>, IVertexListGraph<TVertex, TEdge>, IVertexAndEdgeListGraph<TVertex, TEdge>, IBidirectionalIncidenceGraph<TVertex, TEdge>, IBidirectionalGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The BidirectionAdapterGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | BidirectionAdapterGraphTVertex, TEdge |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCount | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(TVertex, TVertex) | |
![]() | ContainsVertex | |
![]() | Degree | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InDegree | |
![]() | InEdge | |
![]() | InEdges | |
![]() | IsInEdgesEmpty | |
![]() | IsOutEdgesEmpty | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OutDegree | |
![]() | OutEdge | |
![]() | OutEdges | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge | |
![]() | TryGetEdges | |
![]() | TryGetInEdges | |
![]() | TryGetOutEdges |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |