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::AutoCoupleResult Struct Reference

Result of findCoincidentNodes. More...

#include <meshautocouple.h>

Collaboration diagram for mesh::AutoCoupleResult:

Public Attributes

QHash< int, QString > matches
 vertexIdx → node id (uncoupled vertices only).
 
int alreadyCoupled = 0
 Coincident vertices skipped: already coupled.
 
int unmatchedNodes = 0
 Nodes with no coincident available vertex.
 

Detailed Description

Member Data Documentation

◆ alreadyCoupled

int mesh::AutoCoupleResult::alreadyCoupled = 0

Coincident vertices skipped: already coupled.

◆ matches

QHash<int, QString> mesh::AutoCoupleResult::matches

vertexIdx → node id (uncoupled vertices only).

◆ unmatchedNodes

int mesh::AutoCoupleResult::unmatchedNodes = 0

Nodes with no coincident available vertex.


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