![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Test-injectable resource limits for generatePoints(). More...
#include <dtmthinner.h>
Public Attributes | |
| qint64 | maxGridBytes = qint64(2048) * 1024 * 1024 |
| per-BAND working set | |
| qint64 | maxRetainedPoints = 64ll * 1024 * 1024 |
| total output cap | |
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.
| qint64 mesh::DTMThinnerLimits::maxGridBytes = qint64(2048) * 1024 * 1024 |
per-BAND working set
| qint64 mesh::DTMThinnerLimits::maxRetainedPoints = 64ll * 1024 * 1024 |
total output cap