FilteredVertexListGraph<'TVertex, 'TEdge, 'Graph>
Namespace: QuickGraph.Predicates
Constructors
Constructor | Description |
new(...)
Signature: (baseGraph:'Graph * vertexPredicate:VertexPredicate<'TVertex> * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> unit
|
Instance members
Instance member | Description |
IsVerticesEmpty
Signature: bool
Modifiers: abstract |
|
VertexCount
Signature: int
Modifiers: abstract |
|
Vertices
Signature: IEnumerable<'TVertex>
Modifiers: abstract |