Go to the documentation of this file.
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::indexedVertex< K > Vb
An indexed form of CGAL::Triangulation_vertex_base_3<K> used to keep track of the Delaunay vertices i...
CGAL::Compact_location CompactLocator
CGAL::Triangulation_data_structure_3< Vb, Cb > Tds
An indexed form of CGAL::Triangulation_cell_base_3<K> used to keep track of the Delaunay cells (tets)...
CGAL::Fast_location FastLocator
CGAL::indexedCell< K > Cb
CGAL::Delaunay_triangulation_3< K, Tds, CompactLocator > Delaunay
CGAL::Delaunay_triangulation_3< K, Tds, FastLocator > CellSizeDelaunay