![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Outcome of one blend. More...
#include <gageblend.h>
Public Member Functions | |
| bool | volumeOk () const |
| True when the blend conserved volume within tolerance. | |
| double | peakRetention () const |
| Fraction of the reference peak that survived, or 1 when flat. Reported, never enforced — attenuation is physically expected when misaligned sources are integrated onto a common grid. | |
Public Attributes | |
| QVector< SeriesPoint > | points |
| Emitted series; INTENSITY. | |
| qint64 | intervalSec = 0 |
| gcd of the source intervals. | |
| double | blendedDepth = 0.0 |
| Total depth of points. | |
| double | referenceDepth = 0.0 |
| Weighted sum of the sources' depths. | |
| double | relativeError = 0.0 |
| |blended - reference| / max(reference, eps). | |
| double | peakBlended = 0.0 |
| Max emitted intensity. | |
| double | peakReference = 0.0 |
| Weighted sum of the sources' peaks. | |
| QString | error |
| Non-empty means nothing was produced. | |
Outcome of one blend.
|
inline |
Fraction of the reference peak that survived, or 1 when flat. Reported, never enforced — attenuation is physically expected when misaligned sources are integrated onto a common grid.
|
inline |
True when the blend conserved volume within tolerance.
| QString GageBlend::BlendResult::error |
Non-empty means nothing was produced.
| qint64 GageBlend::BlendResult::intervalSec = 0 |
gcd of the source intervals.
| double GageBlend::BlendResult::peakBlended = 0.0 |
Max emitted intensity.
| double GageBlend::BlendResult::peakReference = 0.0 |
Weighted sum of the sources' peaks.
| QVector<SeriesPoint> GageBlend::BlendResult::points |
Emitted series; INTENSITY.
| double GageBlend::BlendResult::referenceDepth = 0.0 |
Weighted sum of the sources' depths.
| double GageBlend::BlendResult::relativeError = 0.0 |
|blended - reference| / max(reference, eps).