|
2.0.0b10
catchment modelling framework
|
A class to structure cells in a project using their main outlets. More...
Collaboration diagram for subcatchment:A class to structure cells in a project using their main outlets.
Public Member Functions | |
| subcatchment (cmf::upslope::Cell &pourpoint, double area_threshold=1e308) | |
| Creates a subcatchment from a pourpoint cell. | |
Public Attributes | |
| cmf::upslope::cell_vector | cells |
| The cells of the subcatchment. | |
| cmf::upslope::cell_vector | inflowcells |
| Cells which are pourpoints for higher subcatchment. | |
| const cmf::upslope::Cell & | pourpoint |
| The outlet cell of the subcatchment. | |
| subcatchment | ( | cmf::upslope::Cell & | pourpoint, |
| double | area_threshold = 1e308 ) |
Creates a subcatchment from a pourpoint cell.
| pourpoint | The pourpoint (outlet of the subcatchment) |
| area_threshold | Minimum contributing area size to form a subcatchment. When area_threshold > area(cells), all upslope cells of pourpoint are used. |