fastscapelib.ProfileBoundaryStatus¶
- class fastscapelib.ProfileBoundaryStatus¶
Status at profile grid boundary nodes.
- __init__(*args, **kwargs) None¶
Overloaded initializer.
__init__(self, status: NodeStatus) -> None
Set the same status for the left/right boundary nodes.
- status
NodeStatus Boundary node status.
__init__(self, left_status: NodeStatus, right_status: NodeStatus) -> None
Set status for the left and right boundary nodes.
- left_status
NodeStatus Left boundary node status.
- right_status
NodeStatus Right boundary node status.
__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
Horizontal looped status.
Left boundary status.
Right boundary status.
- property is_horizontal_looped¶
Horizontal looped status.
- property left¶
Left boundary status.
- property right¶
Right boundary status.