CGAL data structures used for 3D Delaunay meshing. More...
Go to the source code of this file.
Typedefs | |
typedef CGAL::indexedVertex< K > | Vb |
typedef CGAL::indexedCell< K > | Cb |
typedef CGAL::Compact_location | CompactLocator |
typedef CGAL::Fast_location | FastLocator |
typedef CGAL::Triangulation_data_structure_3< Vb, Cb > | Tds |
typedef CGAL::Delaunay_triangulation_3< K, Tds, CompactLocator > | Delaunay |
typedef CGAL::Delaunay_triangulation_3< K, Tds, FastLocator > | CellSizeDelaunay |
CGAL data structures used for 3D Delaunay meshing.
Original source file CGALTriangulation3Ddefs.H
Typedefs CGALTriangulation3Ddefs
Define CGAL_INEXACT to use Exact_predicates_inexact_constructions kernel otherwise the more robust but much less efficient Exact_predicates_exact_constructions will be used.
Definition in file CGALTriangulation3Ddefs.H.
typedef CGAL::indexedVertex<K> Vb |
Definition at line 46 of file CGALTriangulation3Ddefs.H.
typedef CGAL::indexedCell<K> Cb |
Definition at line 47 of file CGALTriangulation3Ddefs.H.
typedef CGAL::Compact_location CompactLocator |
Definition at line 49 of file CGALTriangulation3Ddefs.H.
typedef CGAL::Fast_location FastLocator |
Definition at line 50 of file CGALTriangulation3Ddefs.H.
Definition at line 52 of file CGALTriangulation3Ddefs.H.
typedef CGAL::Delaunay_triangulation_3<K, Tds, CompactLocator> Delaunay |
Definition at line 53 of file CGALTriangulation3Ddefs.H.
typedef CGAL::Delaunay_triangulation_3<K, Tds, FastLocator> CellSizeDelaunay |
Definition at line 54 of file CGALTriangulation3Ddefs.H.