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

Test-injectable resource limits for generatePoints(). More...

#include <dtmthinner.h>

Collaboration diagram for mesh::DTMThinnerLimits:

Public Attributes

qint64 maxGridBytes = qint64(2048) * 1024 * 1024
 per-BAND working set
 
qint64 maxRetainedPoints = 64ll * 1024 * 1024
 total output cap
 

Detailed Description

Test-injectable resource limits for generatePoints().

Defaults mirror DTMThinner::kMaxGridBytesDefault / kMaxRetainedPointsDefault (static_assert'ed in dtmthinner.cpp). Tests shrink maxGridBytes to force multi-band processing on tiny rasters.

Member Data Documentation

◆ maxGridBytes

qint64 mesh::DTMThinnerLimits::maxGridBytes = qint64(2048) * 1024 * 1024

per-BAND working set

◆ maxRetainedPoints

qint64 mesh::DTMThinnerLimits::maxRetainedPoints = 64ll * 1024 * 1024

total output cap


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