Go to file
2021-09-16 17:09:53 +08:00
.gitignore initial upload 2021-09-15 16:55:14 +08:00
demo.cpp major update for tin.h 2021-09-16 17:09:53 +08:00
LICENSE update LICENSE. 2021-09-16 01:33:00 +00:00
README.md update src 2021-09-16 11:12:35 +08:00
tin.h major update for tin.h 2021-09-16 17:09:53 +08:00
topo_TIN.log major update for tin.h 2021-09-16 17:09:53 +08:00
topo_TIN.msh major update for tin.h 2021-09-16 17:09:53 +08:00
topo_TIN.png update src 2021-09-16 11:12:35 +08:00
topo.txt update src 2021-09-15 23:39:19 +08:00

Generation of a Triangular Irregular Network (TIN) from a dense DEM grid

topo_TIN

Compile

g++ demo.cpp

Run demo

./a.out

Visualization

macOS
open -a Gmsh topo_TIN.msh
Linux/Unix
gmsh topo_TIN.msh