![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
A region attribute — an interior seed point with a value Triangle propagates into the triangle-attribute output array. We use it to tag triangles with a numeric id that maps back to subcatchment names etc. More...
#include <meshgenerator.h>
Public Attributes | |
| QPointF | xy |
| Seed point inside the region (must be inside a sub-polygon). | |
| double | attribute = 0.0 |
| Region id; resolved via id→tag map. | |
| double | maxArea = -1.0 |
| -1 = use global max area. | |
| QString | tag |
| Convenience. | |
A region attribute — an interior seed point with a value Triangle propagates into the triangle-attribute output array. We use it to tag triangles with a numeric id that maps back to subcatchment names etc.
| double mesh::RegionMarker::attribute = 0.0 |
Region id; resolved via id→tag map.
| double mesh::RegionMarker::maxArea = -1.0 |
-1 = use global max area.
| QString mesh::RegionMarker::tag |
Convenience.
| QPointF mesh::RegionMarker::xy |
Seed point inside the region (must be inside a sub-polygon).