FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> Class |
Namespace: QuickGraph.Predicates
public class FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> : FilteredVertexListGraph<TVertex, TEdge, TGraph>, IGraph<TVertex, TEdge>, IImplicitVertexSet<TVertex>, IEdgeSet<TVertex, TEdge>, IVertexSet<TVertex>, IEdgeListGraph<TVertex, TEdge>, IImplicitGraph<TVertex, TEdge>, IIncidenceGraph<TVertex, TEdge>, IVertexListGraph<TVertex, TEdge>, IVertexAndEdgeListGraph<TVertex, TEdge> where TEdge : Object, IEdge<TVertex> where TGraph : Object, IVertexAndEdgeListGraph<TVertex, TEdge>
The FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> type exposes the following members.
Name | Description | |
---|---|---|
![]() | FilteredVertexAndEdgeListGraph<TVertex, TEdge, TGraph> |
Name | Description | |
---|---|---|
![]() | AllowParallelEdges | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | BaseGraph | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | EdgeCount | |
![]() | EdgePredicate | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | Edges | |
![]() | IsDirected | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | IsEdgesEmpty | |
![]() | IsVerticesEmpty | (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.) |
![]() | VertexCount | (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.) |
![]() | VertexPredicate | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | Vertices | (Inherited from FilteredVertexListGraph<TVertex, TEdge, Graph>.) |
Name | Description | |
---|---|---|
![]() | ContainsEdge(TEdge) | |
![]() | ContainsEdge(TVertex, TVertex) | (Inherited from FilteredIncidenceGraph<TVertex, TEdge, TGraph>.) |
![]() | ContainsVertex | (Inherited from FilteredImplicitVertexSet<TVertex, 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 FilteredImplicitGraph<TVertex, TEdge, TGraph>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OutDegree | (Inherited from FilteredImplicitGraph<TVertex, TEdge, TGraph>.) |
![]() | OutEdge | (Inherited from FilteredImplicitGraph<TVertex, TEdge, TGraph>.) |
![]() | OutEdges | (Inherited from FilteredImplicitGraph<TVertex, TEdge, TGraph>.) |
![]() | TestEdge | (Inherited from FilteredGraph<TVertex, TEdge, TGraph>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetEdge | (Inherited from FilteredIncidenceGraph<TVertex, TEdge, TGraph>.) |
![]() | TryGetEdges | (Inherited from FilteredIncidenceGraph<TVertex, TEdge, TGraph>.) |
![]() | TryGetOutEdges | (Inherited from FilteredImplicitGraph<TVertex, TEdge, TGraph>.) |
Name | Description | |
---|---|---|
![]() | GetVertexIdentity<TVertex> | (Defined by AlgorithmExtensions.) |
![]() | VertexCountEqual<TVertex> | (Defined by GraphContract.) |