![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Result of mapNodesToMesh. More...
#include <meshnodemapper.h>
Public Attributes | |
| QHash< int, QString > | vertexMatches |
| vertexIdx → node id (coincident). | |
| QVector< CellCoupling > | cellMatches |
| Node → containing cell rows. | |
| QStringList | unmatched |
| Nodes outside the mesh. | |
| QStringList | skippedExisting |
| Nodes already coupled (preserved). | |
| int | sharedCells = 0 |
| Cells receiving > 1 new node. | |
Result of mapNodesToMesh.
| QVector<CellCoupling> mesh::NodeMapResult::cellMatches |
Node → containing cell rows.
| int mesh::NodeMapResult::sharedCells = 0 |
Cells receiving > 1 new node.
| QStringList mesh::NodeMapResult::skippedExisting |
Nodes already coupled (preserved).
| QStringList mesh::NodeMapResult::unmatched |
Nodes outside the mesh.
| QHash<int, QString> mesh::NodeMapResult::vertexMatches |
vertexIdx → node id (coincident).