![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
A vertex in the generated mesh. More...
#include <meshresult.h>
Public Attributes | |
| QPointF | xy |
| Map units (project CRS). | |
| double | z = 0.0 |
| Sampled DTM elevation (set by DTMSampler; 0 until then). | |
| int | marker = 0 |
| Triangle's input/output point marker (carries our tag id). | |
| QString | tag |
| Descriptive label ([2D_VERTICES] TAG column); empty if none. | |
| QString | coupledNode |
| Coupled SWMM node id ([2D_VERTEX_NODE_MAP]); empty if uncoupled. | |
| double | couplingCd = 0.65 |
| [2D_VERTEX_NODE_MAP] CD column (engine default). | |
| double | couplingArea = 1.0 |
| [2D_VERTEX_NODE_MAP] AREA column, m² (engine default). | |
A vertex in the generated mesh.
| QString mesh::MeshVertex::coupledNode |
Coupled SWMM node id ([2D_VERTEX_NODE_MAP]); empty if uncoupled.
| double mesh::MeshVertex::couplingArea = 1.0 |
[2D_VERTEX_NODE_MAP] AREA column, m² (engine default).
| double mesh::MeshVertex::couplingCd = 0.65 |
[2D_VERTEX_NODE_MAP] CD column (engine default).
| int mesh::MeshVertex::marker = 0 |
Triangle's input/output point marker (carries our tag id).
| QString mesh::MeshVertex::tag |
Descriptive label ([2D_VERTICES] TAG column); empty if none.
| QPointF mesh::MeshVertex::xy |
Map units (project CRS).
| double mesh::MeshVertex::z = 0.0 |
Sampled DTM elevation (set by DTMSampler; 0 until then).