FilteredImplicitVertexSet<'TVertex, 'TEdge, 'TGraph>
Namespace: QuickGraph.Predicates
Constructors
Constructor | Description |
new(...)
Signature: (baseGraph:'TGraph * vertexPredicate:VertexPredicate<'TVertex> * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> unit
|
Instance members
Instance member | Description |
ContainsVertex(vertex)
Signature: vertex:'TVertex -> bool
Modifiers: abstract |