CGALTriangulation3Ddefs.H File Reference

CGAL data structures used for 3D Delaunay meshing. More...

Include dependency graph for CGALTriangulation3Ddefs.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef CGAL::indexedVertex< KVb
 
typedef CGAL::indexedCell< KCb
 
typedef CGAL::Compact_location CompactLocator
 
typedef CGAL::Fast_location FastLocator
 
typedef CGAL::Triangulation_data_structure_3< Vb, CbTds
 
typedef CGAL::Delaunay_triangulation_3< K, Tds, CompactLocatorDelaunay
 
typedef CGAL::Delaunay_triangulation_3< K, Tds, FastLocatorCellSizeDelaunay
 

Detailed Description

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 Documentation

◆ Vb

Definition at line 48 of file CGALTriangulation3Ddefs.H.

◆ Cb

Definition at line 49 of file CGALTriangulation3Ddefs.H.

◆ CompactLocator

typedef CGAL::Compact_location CompactLocator

Definition at line 51 of file CGALTriangulation3Ddefs.H.

◆ FastLocator

typedef CGAL::Fast_location FastLocator

Definition at line 52 of file CGALTriangulation3Ddefs.H.

◆ Tds

typedef CGAL::Triangulation_data_structure_3<Vb, Cb> Tds

Definition at line 54 of file CGALTriangulation3Ddefs.H.

◆ Delaunay

typedef CGAL::Delaunay_triangulation_3<K, Tds, CompactLocator> Delaunay

Definition at line 55 of file CGALTriangulation3Ddefs.H.

◆ CellSizeDelaunay

typedef CGAL::Delaunay_triangulation_3<K, Tds, FastLocator> CellSizeDelaunay

Definition at line 56 of file CGALTriangulation3Ddefs.H.