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
meshresult.h File Reference
#include <QHash>
#include <QPointF>
#include <QString>
#include <QVector>
#include <limits>
#include "meshinfil.h"
Include dependency graph for meshresult.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.