Description: This C++ library module is just a wrapper class on the Triangle package of Jonathan. The C++ wrapper will certainly slow access down if you want to mess with the triangulation but the basic delaunay triangulation should be as fast as triangle. Look at the del_interface.hpp file for getting started on what this wrapper can do for you. Also have a look at main.cpp which shows an example of using this class. The class is thread-safe.
Requirements : Python, make and C++ compilers. Supported C/C++ Compilers: g++/icpc (Intel C++). Also needed is doxygen for generating documentation.
Compilation : Just type make
Testing : Goto the bin directory, and type ./test ../data/input.dat (after compilation of course).
File list (Check if you may need any files):
Delaunay三角剖分算法介绍及实现代码\lecture8.ppt
..................................\triangle++.tar.gz
Delaunay三角剖分算法介绍及实现代码