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

Min / max / mean / median of triangle areas (project CRS units²). More...

#include <meshcellstats.h>

Collaboration diagram for mesh::CellAreaStats:

Public Attributes

double min = 0.0
 
double max = 0.0
 
double mean = 0.0
 
double median = 0.0
 
int count = 0
 Triangles measured; 0 = stats invalid.
 

Detailed Description

Min / max / mean / median of triangle areas (project CRS units²).

Member Data Documentation

◆ count

int mesh::CellAreaStats::count = 0

Triangles measured; 0 = stats invalid.

◆ max

double mesh::CellAreaStats::max = 0.0

◆ mean

double mesh::CellAreaStats::mean = 0.0

◆ median

double mesh::CellAreaStats::median = 0.0

◆ min

double mesh::CellAreaStats::min = 0.0

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