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
naturalnbinterpolator.cpp File Reference
#include "mesh/naturalnbinterpolator.h"
#include <QHash>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <limits>
#include "triangle.h"
Include dependency graph for naturalnbinterpolator.cpp:

Namespaces

namespace  mesh
 

Macros

#define TRILIBRARY
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

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.

Macro Definition Documentation

◆ TRILIBRARY

#define TRILIBRARY