![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include "mesh/naturalnbinterpolator.h"#include <QHash>#include <algorithm>#include <cmath>#include <cstdlib>#include <cstring>#include <limits>#include "triangle.h"Namespaces | |
| namespace | mesh |
Macros | |
| #define | TRILIBRARY |
Natural-neighbour (Sibson / Laplace) interpolation built on a Delaunay triangulation of the seed points produced by the vendored Triangle library. See naturalnbinterpolator.h for the algorithm overview.
| #define TRILIBRARY |