FilteredUndirectedGraphTVertex, TEdge, TGraph Class |
Namespace: QuickGraph.Predicates
public sealed class FilteredUndirectedGraph<TVertex, TEdge, TGraph> : FilteredGraph<TVertex, TEdge, TGraph>, IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IEdgeListGraph<TVertex, TEdge>, IImplicitUndirectedGraph<TVertex, TEdge>, IUndirectedGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex> where TGraph : Object, IUndirectedGraph<TVertex, TEdge>
The FilteredUndirectedGraphTVertex, TEdge, TGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilteredUndirectedGraphTVertex, TEdge, TGraph |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | BaseGraph | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | EdgeCount | |
![]() | EdgeEqualityComparer | |
![]() | EdgePredicate | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | Edges | |
![]() | IsDirected | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | VertexPredicate | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | AdjacentDegree | |
![]() | AdjacentEdge | |
![]() | AdjacentEdges | |
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(TVertex, TVertex) | |
![]() | ContainsVertex | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsAdjacentEdgesEmpty | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |