Table of Contents

Class Node

The node class

internal abstract class Node

Inheritance

Derived

Inherited Members

Constructors

Node(Node, Node)

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

protected Node(Node left, Node right)

Parameters

left Node

The left

right Node

The right

Fields

LeftChild

The left child

protected Node LeftChild

Field Value

Node

ParentList

The parent list

public List<Node> ParentList

Field Value

List<Node>

RightChild

The right child

protected Node RightChild

Field Value

Node

Methods

Locate(Edge)

Locates the s

public abstract Sink Locate(Edge s)

Parameters

s Edge

The

Returns

Sink

The sink

Replace(Node)

Replaces the node

public void Replace(Node node)

Parameters

node Node

The node