fastscapelib.FlowGraphTraversalDir

class fastscapelib.FlowGraphTraversalDir

Direction and order in which to visit the flow graph nodes.

Members:

ANY : Unspecified direction

DEPTH_DOWNSTREAM : From up to downstream in the depth-first order

DEPTH_UPSTREAM : From down to upstream in the depth-first order

BREADTH_DOWNSTREAM : From up to downstream in the breadth-first order

BREADTH_UPSTREAM : From down to upstream in the breadth-first order

__init__()

Methods

Attributes

ANY

BREADTH_DOWNSTREAM

BREADTH_UPSTREAM

DEPTH_DOWNSTREAM

DEPTH_UPSTREAM

name

value