QuickGraph


FilteredGraph<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Predicates

Constructors

ConstructorDescription
new(...)
Signature: (baseGraph:'TGraph * vertexPredicate:VertexPredicate<'TVertex> * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
AllowParallelEdges
Signature: bool
Modifiers: abstract
BaseGraph
Signature: 'TGraph

Underlying filtered graph

EdgePredicate
Signature: EdgePredicate<'TVertex,'TEdge>

Edge predicate used to filter the edges

IsDirected
Signature: bool
Modifiers: abstract
VertexPredicate
Signature: VertexPredicate<'TVertex>
Fork me on GitHub