Class YNode
- Assembly
- Alis.dll
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
Fields
_edge
The edge
private readonly Edge _edge
Field Value
Methods
Locate(Edge)
Locates the edge
public override Sink Locate(Edge edge)
Parameters
edge
Edge-
The edge
Returns
- Sink
-
The sink