|
Jafar
|
Definition at line 34 of file delaunay.hpp.
Public Member Functions | |
| Delaunay (double xmin_, double ymin_, double xmax_, double ymax_, double zref_=0.0) | |
| void | addNode (int id, double x_, double y_, double z_=0) |
| int | nbTriangles () const |
| std::string | getTriangles () |
Protected Types | |
|
typedef std::list< DNode * > ::iterator | nodes_it |
Protected Attributes | |
| std::list< DNode * > | nodes |
| hed::Triangulation | triangulation |
| Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |
|