FilteredGraph<'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 |
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>
|