HighMap library (C++)
|
Namespaces | |
namespace | hmap |
Functions | |
Array | hmap::d8_compute_ndip (const Array &d8) |
Computes the number of drainage paths for each cell based on the D8 flow direction model. | |
Array | hmap::flow_accumulation_d8 (const Array &z) |
Computes the flow accumulation for each cell using the D8 flow direction model. | |
Array | hmap::flow_direction_d8 (const Array &z) |
Computes the flow direction from each cell to its downslope neighbor using the D8 model. | |