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
openswmmvis::io::Mesh2DExportInputs Struct Reference

The run to export plus the unit / CRS context the source cannot state. More...

#include <mesh2dresultsexport.h>

Collaboration diagram for openswmmvis::io::Mesh2DExportInputs:

Public Attributes

IMesh2DSourcesource = nullptr
 not owned; must outlive the call
 
double unitFactor = 1.0
 
double dryDepthM = 1e-4
 
QString srsWkt
 

Detailed Description

The run to export plus the unit / CRS context the source cannot state.

Member Data Documentation

◆ dryDepthM

double openswmmvis::io::Mesh2DExportInputs::dryDepthM = 1e-4

Dry threshold in METRES (the layer's dryDepth()).

◆ source

IMesh2DSource* openswmmvis::io::Mesh2DExportInputs::source = nullptr

not owned; must outlive the call

◆ srsWkt

QString openswmmvis::io::Mesh2DExportInputs::srsWkt

Model CRS as WKT; empty writes no .prj / projection.

◆ unitFactor

double openswmmvis::io::Mesh2DExportInputs::unitFactor = 1.0

SI metres → model units, for coordinates AND values (the layer's depthToMeshUnits(); 1.0 for a metric model, 1/0.3048 for a US one).


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