![]() |
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 <QVector>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 |
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.