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::SteinerPoint Struct Reference

A point that must appear as a vertex in the output mesh. More...

#include <meshgenerator.h>

Collaboration diagram for mesh::SteinerPoint:

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.
 

Detailed Description

A point that must appear as a vertex in the output mesh.

Member Data Documentation

◆ hasZ

bool mesh::SteinerPoint::hasZ = false

If true, z is exact — skip DTM re-sampling in post-mesh step.

◆ marker

int mesh::SteinerPoint::marker = 0

Carries a tag id; resolved via marker→tag map.

◆ tag

QString mesh::SteinerPoint::tag

Convenience copy (caller can resolve via marker, but stash here too).

◆ xy

QPointF mesh::SteinerPoint::xy

◆ z

double mesh::SteinerPoint::z = 0.0

Pre-sampled elevation when hasZ is true (e.g. from DTM thinner).


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