Click or drag to resize

FilteredUndirectedGraphTVertex, TEdge, TGraph Constructor

Namespace:  QuickGraph.Predicates
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public FilteredUndirectedGraph(
	TGraph baseGraph,
	VertexPredicate<TVertex> vertexPredicate,
	EdgePredicate<TVertex, TEdge> edgePredicate
)

Parameters

baseGraph
Type: TGraph
vertexPredicate
Type: QuickGraphVertexPredicateTVertex
edgePredicate
Type: QuickGraphEdgePredicateTVertex, TEdge
See Also