Class ConnectedSubgraphFinder
Finds all connected Subgraphs of a PlanarGraph.
Inherited Members
Namespace: NetTopologySuite.Planargraph.Algorithm
Assembly: NetTopologySuite.dll
Syntax
public class ConnectedSubgraphFinder
Constructors
| Edit this page View SourceConnectedSubgraphFinder(PlanarGraph)
Initializes a new instance of the ConnectedSubgraphFinder class.
Declaration
public ConnectedSubgraphFinder(PlanarGraph graph)
Parameters
| Type | Name | Description |
|---|---|---|
| PlanarGraph | graph | The PlanarGraph. |
Methods
| Edit this page View SourceGetConnectedSubgraphs()
Declaration
public IList<Subgraph> GetConnectedSubgraphs()
Returns
| Type | Description |
|---|---|
| IList<Subgraph> |