Search Results for

    Show / Hide Table of Contents

    Class ConnectedSubgraphFinder

    Finds all connected Subgraphs of a PlanarGraph.

    Inheritance
    object
    ConnectedSubgraphFinder
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Planargraph.Algorithm
    Assembly: NetTopologySuite.dll
    Syntax
    public class ConnectedSubgraphFinder

    Constructors

    | Edit this page View Source

    ConnectedSubgraphFinder(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 Source

    GetConnectedSubgraphs()

    Declaration
    public IList<Subgraph> GetConnectedSubgraphs()
    Returns
    Type Description
    IList<Subgraph>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX