![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QHash>#include <QPointF>#include <QString>#include <QVector>#include <limits>#include "meshinfil.h"Go to the source code of this file.
Classes | |
| struct | mesh::MeshVertex |
| A vertex in the generated mesh. More... | |
| struct | mesh::MeshTriangle |
| A cell in the mesh — a triangle or (since the engine's mixed tri-quad meshes, workplans/TRI_QUAD_MESHING_PLAN_2026-09-06.md) a convex quadrilateral — indices into MeshResult::vertices. More... | |
| struct | mesh::MeshEdge |
| A boundary edge with its source-segment marker preserved. More... | |
| struct | mesh::CellCoupling |
| A 1D node coupled to a mesh cell (centroid coupling). More... | |
| struct | mesh::MeshResult |
| Result of MeshGenerator::generate. More... | |
Namespaces | |
| namespace | mesh |
Typedefs | |
| using | mesh::MeshCell = MeshTriangle |
| Alias: a "triangle" row is any cell (triangle or quad). | |
Slice AU — value types for the 2D mesh generator. Pure value types with no Qt-meta, no Triangle includes — safe to depend on from dialog / writer / layer code without dragging Triangle in.