![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
A point that must appear as a vertex in the output mesh. More...
#include <meshgenerator.h>
Public Attributes | |
| QPointF | xy |
| int | marker = 0 |
| Carries a tag id; resolved via marker→tag map. | |
| QString | tag |
| Convenience copy (caller can resolve via marker, but stash here too). | |
| double | z = 0.0 |
| Pre-sampled elevation when hasZ is true (e.g. from DTM thinner). | |
| bool | hasZ = false |
| If true, z is exact — skip DTM re-sampling in post-mesh step. | |
A point that must appear as a vertex in the output mesh.
| bool mesh::SteinerPoint::hasZ = false |
If true, z is exact — skip DTM re-sampling in post-mesh step.
| int mesh::SteinerPoint::marker = 0 |
Carries a tag id; resolved via marker→tag map.
| QString mesh::SteinerPoint::tag |
Convenience copy (caller can resolve via marker, but stash here too).
| QPointF mesh::SteinerPoint::xy |
| double mesh::SteinerPoint::z = 0.0 |
Pre-sampled elevation when hasZ is true (e.g. from DTM thinner).