BidirectionalMatrixGraphTEdge Class |
Namespace: QuickGraph
public class BidirectionalMatrixGraph<TEdge> : IBidirectionalGraph<int, TEdge>, IVertexAndEdgeListGraph<int, TEdge>, IVertexListGraph<int, TEdge>, IBidirectionalIncidenceGraph<int, TEdge>, IIncidenceGraph<int, TEdge>, IImplicitGraph<int, TEdge>, IMutableEdgeListGraph<int, TEdge>, IMutableGraph<int, TEdge>, IEdgeListGraph<int, TEdge>, IGraph<int, TEdge>, IEdgeSet<int, TEdge>, IVertexSet<int>, IImplicitVertexSet<int> where TEdge : Object, IEdge<int>
The BidirectionalMatrixGraphTEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | BidirectionalMatrixGraphTEdge |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCount | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | AddEdge | |
![]() | AddEdgeRange | |
![]() | Clear | |
![]() | ClearEdges | |
![]() | ClearInEdges | |
![]() | ClearOutEdges | |
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(Int32, Int32) | |
![]() | 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.) |
![]() | OnEdgeAdded | |
![]() | OnEdgeRemoved | |
![]() | OutDegree | |
![]() | OutEdge | |
![]() | OutEdges | |
![]() | RemoveEdge | |
![]() | RemoveEdgeIf | |
![]() | RemoveInEdgeIf | |
![]() | RemoveOutEdgeIf | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge | |
![]() | TryGetEdges | |
![]() | TryGetInEdges | |
![]() | TryGetOutEdges |
Name | Description | |
---|---|---|
![]() | Cleared | |
![]() | EdgeAdded | |
![]() | EdgeRemoved |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityInt32 | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualInt32 | (Defined by GraphContract.) |