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

What a caller needs to size a raster before running the export. More...

#include <mesh2dresultsexport.h>

Collaboration diagram for openswmmvis::io::Mesh2DGridHint:

Public Member Functions

bool isValid () const
 

Public Attributes

double extentWidth = 0.0
 mesh bounding box, model units
 
double extentHeight = 0.0
 
double suggestedCellSize = 0.0
 

Detailed Description

What a caller needs to size a raster before running the export.

Member Function Documentation

◆ isValid()

bool openswmmvis::io::Mesh2DGridHint::isValid ( ) const
inline

Member Data Documentation

◆ extentHeight

double openswmmvis::io::Mesh2DGridHint::extentHeight = 0.0

◆ extentWidth

double openswmmvis::io::Mesh2DGridHint::extentWidth = 0.0

mesh bounding box, model units

◆ suggestedCellSize

double openswmmvis::io::Mesh2DGridHint::suggestedCellSize = 0.0

Half the square root of the median cell area — about two pixels across a typical cell, so the mesh resolution survives the resampling without exploding the raster.


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