FilteredVertexListGraphTVertex, TEdge, Graph Class |
Namespace: QuickGraph.Predicates
public class FilteredVertexListGraph<TVertex, TEdge, Graph> : FilteredIncidenceGraph<TVertex, TEdge, Graph>, IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IVertexSet<TVertex>, IImplicitGraph<TVertex, TEdge>, IIncidenceGraph<TVertex, TEdge>, IVertexListGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex> where Graph : Object, IVertexListGraph<TVertex, TEdge>
The FilteredVertexListGraphTVertex, TEdge, Graph type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilteredVertexListGraphTVertex, TEdge, Graph |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | BaseGraph | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | EdgePredicate | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | IsDirected | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | IsVerticesEmpty | |
![]() | VertexCount | |
![]() | VertexPredicate | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | Vertices |
Name | Description | |
---|---|---|
![]() | ContainsEdge | (Inherited from FilteredIncidenceGraphTVertex, TEdge, TGraph.) |
![]() | ContainsVertex | (Inherited from FilteredImplicitVertexSetTVertex, TEdge, TGraph.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsOutEdgesEmpty | (Inherited from FilteredImplicitGraphTVertex, TEdge, TGraph.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OutDegree | (Inherited from FilteredImplicitGraphTVertex, TEdge, TGraph.) |
![]() | OutEdge | (Inherited from FilteredImplicitGraphTVertex, TEdge, TGraph.) |
![]() | OutEdges | (Inherited from FilteredImplicitGraphTVertex, TEdge, TGraph.) |
![]() | TestEdge | (Inherited from FilteredGraphTVertex, TEdge, TGraph.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge | (Inherited from FilteredIncidenceGraphTVertex, TEdge, TGraph.) |
![]() | TryGetEdges | (Inherited from FilteredIncidenceGraphTVertex, TEdge, TGraph.) |
![]() | TryGetOutEdges | (Inherited from FilteredImplicitGraphTVertex, TEdge, TGraph.) |
Name | Description | |
---|---|---|
![]() | GetVertexIdentityTVertex | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqualTVertex | (Defined by GraphContract.) |