文件名称:Delaunay
介绍说明--下载内容均来自于网络,请自行研究使用
Delaunay三角剖分算法介绍和c++源码。代码封装了其他人的代码包,在cygwin和redhat下编译通过。-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).
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).
相关搜索: delaunay
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Delaunay三角剖分算法介绍及实现代码\lecture8.ppt
..................................\triangle++.tar.gz
Delaunay三角剖分算法介绍及实现代码
..................................\triangle++.tar.gz
Delaunay三角剖分算法介绍及实现代码