EdgeListGraphTVertex, TEdge Class |
Namespace: QuickGraph
public class EdgeListGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IMutableGraph<TVertex, TEdge>, IEdgeListGraph<TVertex, TEdge>, IMutableEdgeListGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex>
The EdgeListGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCount | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | AddEdge | |
![]() | AddEdgeRange | |
![]() | AddVerticesAndEdge | |
![]() | AddVerticesAndEdgeRange | |
![]() | Clear | |
![]() | Clone | |
![]() | ContainsEdge | |
![]() | 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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnEdgeAdded | |
![]() | OnEdgeRemoved | |
![]() | RemoveEdge | |
![]() | RemoveEdgeIf | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Cleared | |
![]() | EdgeAdded | |
![]() | EdgeRemoved |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |