FilteredEdgeListGraphTVertex, TEdge, TGraph Class |
Namespace: QuickGraph.Predicates
public sealed class FilteredEdgeListGraph<TVertex, TEdge, TGraph> : FilteredImplicitVertexSet<TVertex, TEdge, TGraph>, IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IEdgeListGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex> where TGraph : Object, IEdgeListGraph<TVertex, TEdge>
The FilteredEdgeListGraphTVertex, TEdge, TGraph type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilteredEdgeListGraphTVertex, TEdge, TGraph |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | BaseGraph | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | EdgeCount | |
![]() | 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 | |
---|---|---|
![]() | ContainsEdge | |
![]() | ContainsVertex | (Inherited from FilteredImplicitVertexSetTVertex, TEdge, TGraph.) |
![]() | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |