39 #ifndef CGALTriangulation2Ddefs_H 40 #define CGALTriangulation2Ddefs_H 56 #include "CGAL/Triangulation_hierarchy_2.h" 58 typedef CGAL::Triangulation_hierarchy_vertex_base_2<Vb> Vbh;
59 typedef CGAL::Triangulation_data_structure_2<Vbh, Fb>
Tds;
60 typedef CGAL::Delaunay_triangulation_2<K, Tds> DT;
61 typedef CGAL::Triangulation_hierarchy_2<DT>
Delaunay;
66 typedef CGAL::Triangulation_data_structure_2<Vb, Fb>
Tds;
67 typedef CGAL::Delaunay_triangulation_2<K, Tds>
Delaunay;
CGAL::indexedVertex< K > Vb
CGAL::Triangulation_data_structure_2< Vb, Fb > Tds
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
CGAL::Delaunay_triangulation_2< K, Tds > Delaunay
CGAL::indexedFace< K > Fb
An indexed form of CGAL::Triangulation_face_base_2<K> used to keep track of the vertices in the trian...