|
HighMap library (C++)
|
Header file for DrainageBasinCellBased class. More...
Go to the source code of this file.
Classes | |
| class | hmap::DrainageBasinCellBased |
| Represents a cell-based hydrology drainage basin network on a 2D heightmap grid. More... | |
Namespaces | |
| namespace | hmap |
Enumerations | |
| enum | hmap::FlowDirectionMethod : int { hmap::FDM_D8 , hmap::FDM_PRIORITY_FLOOD } |
| Enumeration of available algorithms for computing flow directions. More... | |
Functions | |
| Mat< std::vector< glm::ivec2 > > | hmap::invert_receiver_map (const Mat< glm::ivec2 > &receivers) |
| Invert the receiver map to build a map of children/downstream receivers. | |
Header file for DrainageBasinCellBased class.