SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
mesh::ConstraintSegment Struct Reference

A polyline that must appear as constrained edges in the mesh. More...

#include <meshgenerator.h>

Collaboration diagram for mesh::ConstraintSegment:

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.
 

Detailed Description

A polyline that must appear as constrained edges in the mesh.

Member Data Documentation

◆ marker

int mesh::ConstraintSegment::marker = 0

Triangle marker value; preserved on output edges.

◆ path

QVector<QPointF> mesh::ConstraintSegment::path

>= 2 points; consecutive pairs become Triangle segments.

◆ tag

QString mesh::ConstraintSegment::tag

Resolved later via the marker→tag lookup the caller maintains.


The documentation for this struct was generated from the following file: