fastscapelib.ProfileBoundaryStatus#

class fastscapelib.ProfileBoundaryStatus#

Status at profile grid boundary nodes.

__init__(*args, **kwargs) None#

Overloaded initializer.

  1. __init__(self, status: NodeStatus) -> None

Set the same status for the left/right boundary nodes.

statusNodeStatus

Boundary node status.

  1. __init__(self, left_status: NodeStatus, right_status: NodeStatus) -> None

Set status for the left and right boundary nodes.

left_statusNodeStatus

Left boundary node status.

right_statusNodeStatus

Right boundary node status.

  1. __init__(self, status: List[NodeStatus]) -> None

Set status for the left and right boundary nodes.

statuslist of NodeStatus

2-length list of left and right boundary node status.

Methods

__init__(*args, **kwargs)

Overloaded initializer.

Attributes

is_horizontal_looped

Horizontal looped status.

left

Left boundary status.

right

Right boundary status.

property is_horizontal_looped#

Horizontal looped status.

property left#

Left boundary status.

property right#

Right boundary status.