Table of Contents

Class XNode

The node class

internal class XNode : Node

Inheritance

Inherited Members

Constructors

XNode(Point, Node, Node)

Initializes a new instance of the Alis.Core.Physic.Common.Decomposition.Seidel.XNode class

public XNode(Point point, Node lChild, Node rChild)

Parameters

point Point

The point

lChild Node

The child

rChild Node

The child

Fields

_point

The point

private readonly Point _point

Field Value

Point

Methods

Locate(Edge)

Locates the edge

public override Sink Locate(Edge edge)

Parameters

edge Edge

The edge

Returns

Sink

The sink

See Also