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
ANYBREADTH_DOWNSTREAMBREADTH_UPSTREAMDEPTH_DOWNSTREAMDEPTH_UPSTREAMnamevalue