### Generation of a Triangular Irregular Network (TIN) from a dense DEM grid topo_TIN #### Compile ```shell g++ demo.cpp ``` #### Run demo ```shell ./a.out ``` #### Visualization ##### macOS ```shell open -a Gmsh topo_TIN.msh ``` ##### Linux/Unix ```shell gmsh topo_TIN.msh ```