CompressedSparseRowGraphTVertex Class |
Namespace: QuickGraph
public sealed class CompressedSparseRowGraph<TVertex> : IImplicitVertexSet<TVertex>, IVertexSet<TVertex>, IEdgeSet<TVertex, SEquatableEdge<TVertex>>, IVertexListGraph<TVertex, SEquatableEdge<TVertex>>, IIncidenceGraph<TVertex, SEquatableEdge<TVertex>>, IImplicitGraph<TVertex, SEquatableEdge<TVertex>>, IGraph<TVertex, SEquatableEdge<TVertex>>
The CompressedSparseRowGraphTVertex type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | |
![]() | EdgeCount | |
![]() | Edges | |
![]() | IsDirected | |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | ContainsEdge(SEquatableEdgeTVertex) | |
![]() | ContainsEdge(TVertex, TVertex) | |
![]() | ContainsVertex | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | FromGraphTEdge | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsOutEdgesEmpty | |
![]() | OutDegree | |
![]() | OutEdge | |
![]() | OutEdges | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge | |
![]() | TryGetEdges | |
![]() | TryGetOutEdges |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |