IImplicitGraphTVertex, TEdge Interface |
Namespace: QuickGraph
public interface IImplicitGraph<TVertex, TEdge> : IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex> where TEdge : Object, IEdge<TVertex>
The IImplicitGraphTVertex, TEdge type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from IGraphTVertex, TEdge.) |
![]() | IsDirected | (Inherited from IGraphTVertex, TEdge.) |
Name | Description | |
---|---|---|
![]() | ContainsVertex | (Inherited from IImplicitVertexSetTVertex.) |
![]() | IsOutEdgesEmpty | |
![]() | OutDegree | |
![]() | OutEdge | |
![]() | OutEdges | |
![]() | TryGetOutEdges |