36 #ifndef CGALTriangulation3Ddefs_H 37 #define CGALTriangulation3Ddefs_H 43 #include "indexedVertex.H" 52 typedef CGAL::Triangulation_data_structure_3<Vb, Cb>
Tds;
53 typedef CGAL::Delaunay_triangulation_3<K, Tds, CompactLocator>
Delaunay;
CGAL::Delaunay_triangulation_3< K, Tds, CompactLocator > Delaunay
CGAL::indexedCell< K > Cb
An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets)...
CGAL::Triangulation_data_structure_3< Vb, Cb > Tds
CGAL::Fast_location FastLocator
CGAL::Compact_location CompactLocator
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
CGAL::indexedVertex< K > Vb
CGAL::Delaunay_triangulation_3< K, Tds, FastLocator > CellSizeDelaunay