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

Go to the source code of this file.

Classes

class  mesh::MeshBoundaryGraph
 Undirected graph whose nodes are mesh vertices and whose arcs are boundary edge slots (mesh::edgeSlot(cell, edgeLocal)). More...
 

Namespaces

namespace  mesh
 

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

Boundary-edge connectivity graph for a generated / loaded 2D mesh, used by the mesh edge-select tool to Ctrl-click two boundary edges and select the whole chain between them (shortest = geometric length).

Pure value type over mesh::MeshResult — no Qt-GUI deps, so it is unit-testable headless.