QuickGraph


FilteredImplicitVertexSet<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Predicates

Constructors

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

Instance members

Instance memberDescription
ContainsVertex(vertex)
Signature: vertex:'TVertex -> bool
Modifiers: abstract
Fork me on GitHub