Click or drag to resize

CompressedSparseRowGraphTVertex Class

Inheritance Hierarchy
SystemObject
  QuickGraphCompressedSparseRowGraphTVertex

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
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>>

Type Parameters

TVertex

The CompressedSparseRowGraphTVertex type exposes the following members.

Properties
Methods
  NameDescription
Public methodContainsEdge(SEquatableEdgeTVertex)
Public methodContainsEdge(TVertex, TVertex)
Public methodContainsVertex
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberFromGraphTEdge
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsOutEdgesEmpty
Public methodOutDegree
Public methodOutEdge
Public methodOutEdges
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetEdge
Public methodTryGetEdges
Public methodTryGetOutEdges
Top
Extension Methods
See Also