#include <dpoint.hpp>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
| namespace | tpp |
Classes | |
| class | tpp::Delaunay |
| The main Delaunay Class that wraps around triangle. More... | |
| class | tpp::Delaunay::vIterator |
| The vertex iterator for the Delaunay class. More... | |
| class | tpp::Delaunay::fIterator |
| The face iterator for the Delaunay class. More... | |
All one needs to do is include this header and understand how to call the member functions and what they do. You should be ready to write your own delaunay triangulation packages based on this c++ wrapper of triangle.
Definition in file del_interface.hpp.
1.4.6