![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
A polyline that must appear as constrained edges in the mesh. More...
#include <meshgenerator.h>
Public Attributes | |
| QVector< QPointF > | path |
| >= 2 points; consecutive pairs become Triangle segments. | |
| int | marker = 0 |
| Triangle marker value; preserved on output edges. | |
| QString | tag |
| Resolved later via the marker→tag lookup the caller maintains. | |
A polyline that must appear as constrained edges in the mesh.
| int mesh::ConstraintSegment::marker = 0 |
Triangle marker value; preserved on output edges.
| QVector<QPointF> mesh::ConstraintSegment::path |
>= 2 points; consecutive pairs become Triangle segments.
| QString mesh::ConstraintSegment::tag |
Resolved later via the marker→tag lookup the caller maintains.