QuickGraph


FilteredEdgeListGraph<'TVertex, 'TEdge, 'TGraph>

Namespace: QuickGraph.Predicates

Constructors

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

Instance members

Instance memberDescription
ContainsEdge(edge)
Signature: edge:'TEdge -> bool
Modifiers: abstract
EdgeCount
Signature: int
Modifiers: abstract
Edges
Signature: IEnumerable<'TEdge>
Modifiers: abstract
IsEdgesEmpty
Signature: bool
Modifiers: abstract
IsVerticesEmpty
Signature: bool
Modifiers: abstract
VertexCount
Signature: int
Modifiers: abstract
Vertices
Signature: IEnumerable<'TVertex>
Modifiers: abstract
Fork me on GitHub