Table of Contents

Class YNode

The node class

internal class YNode : Node

Inheritance

Inherited Members

Constructors

YNode(Edge, Node, Node)

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

public YNode(Edge edge, Node lChild, Node rChild)

Parameters

edge Edge

The edge

lChild Node

The child

rChild Node

The child

Fields

_edge

The edge

private readonly Edge _edge

Field Value

Edge

Methods

Locate(Edge)

Locates the edge

public override Sink Locate(Edge edge)

Parameters

edge Edge

The edge

Returns

Sink

The sink

See Also