Go to the documentation of this file.
38 #ifndef CGALTriangulation3Ddefs_H
39 #define CGALTriangulation3Ddefs_H
45 #include "indexedVertex.H"
54 typedef CGAL::Triangulation_data_structure_3<Vb, Cb>
Tds;
55 typedef CGAL::Delaunay_triangulation_3<K, Tds, CompactLocator>
Delaunay;
56 typedef CGAL::Delaunay_triangulation_3<K, Tds, FastLocator>
CellSizeDelaunay;
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