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
mesh::NodeMapResult Struct Reference

Result of mapNodesToMesh. More...

#include <meshnodemapper.h>

Collaboration diagram for mesh::NodeMapResult:

Public Attributes

QHash< int, QString > vertexMatches
 vertexIdx → node id (coincident).
 
QVector< CellCouplingcellMatches
 Node → containing cell rows.
 
QStringList unmatched
 Nodes outside the mesh.
 
QStringList skippedExisting
 Nodes already coupled (preserved).
 
int sharedCells = 0
 Cells receiving > 1 new node.
 

Detailed Description

Result of mapNodesToMesh.

Member Data Documentation

◆ cellMatches

QVector<CellCoupling> mesh::NodeMapResult::cellMatches

Node → containing cell rows.

◆ sharedCells

int mesh::NodeMapResult::sharedCells = 0

Cells receiving > 1 new node.

◆ skippedExisting

QStringList mesh::NodeMapResult::skippedExisting

Nodes already coupled (preserved).

◆ unmatched

QStringList mesh::NodeMapResult::unmatched

Nodes outside the mesh.

◆ vertexMatches

QHash<int, QString> mesh::NodeMapResult::vertexMatches

vertexIdx → node id (coincident).


The documentation for this struct was generated from the following file: