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
ProfilePlotWidget::Surface2DSample Struct Reference

One station of the 2D inundation overlay: the active 2D results layer's water surface sampled where the path crosses the mesh. chainage is REAL path chainage (converted to virtual x when painting, like terrain samples). bed is the mesh bed elevation at the station; wse is bed + interpolated depth, or NaN when the station is dry / off-mesh / has no data (a gap). More...

#include <profileplotwidget.h>

Collaboration diagram for ProfilePlotWidget::Surface2DSample:

Public Attributes

double chainage = 0.0
 
double bed = std::numeric_limits<double>::quiet_NaN()
 
double wse = std::numeric_limits<double>::quiet_NaN()
 

Detailed Description

One station of the 2D inundation overlay: the active 2D results layer's water surface sampled where the path crosses the mesh. chainage is REAL path chainage (converted to virtual x when painting, like terrain samples). bed is the mesh bed elevation at the station; wse is bed + interpolated depth, or NaN when the station is dry / off-mesh / has no data (a gap).

Member Data Documentation

◆ bed

double ProfilePlotWidget::Surface2DSample::bed = std::numeric_limits<double>::quiet_NaN()

◆ chainage

double ProfilePlotWidget::Surface2DSample::chainage = 0.0

◆ wse

double ProfilePlotWidget::Surface2DSample::wse = std::numeric_limits<double>::quiet_NaN()

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