UndirectedGraphTVertex, TEdge Class |
Namespace: QuickGraph
public class UndirectedGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IMutableGraph<TVertex, TEdge>, IEdgeListGraph<TVertex, TEdge>, IImplicitUndirectedGraph<TVertex, TEdge>, IMutableVertexSet<TVertex>, IMutableEdgeListGraph<TVertex, TEdge>, IUndirectedGraph<TVertex, TEdge>, IMutableVertexAndEdgeSet<TVertex, TEdge>, IMutableUndirectedGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The UndirectedGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCapacity | |
![]() | EdgeCount | |
![]() | EdgeEqualityComparer | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | AddEdge | |
![]() | AddEdgeRange | |
![]() | AddVertex | |
![]() | AddVertexRange | |
![]() | AddVerticesAndEdge | |
![]() | AddVerticesAndEdgeRange | |
![]() | AdjacentDegree | |
![]() | AdjacentEdge | |
![]() | AdjacentEdges | |
![]() | Clear | |
![]() | ClearAdjacentEdges | |
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(TVertex, TVertex) | |
![]() | ContainsVertex | |
![]() | 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.) |
![]() | IsAdjacentEdgesEmpty | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnEdgeAdded | |
![]() | OnEdgeRemoved | |
![]() | OnVertexAdded | |
![]() | OnVertexRemoved | |
![]() | RemoveAdjacentEdgeIf | |
![]() | RemoveEdge | |
![]() | RemoveEdgeIf | |
![]() | RemoveEdges | |
![]() | RemoveVertex | |
![]() | RemoveVertexIf | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimEdgeExcess | |
![]() | TryGetEdge |
Name | Description | |
---|---|---|
![]() | Cleared | |
![]() | EdgeAdded | |
![]() | EdgeRemoved | |
![]() | VertexAdded | |
![]() | VertexRemoved |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |