All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Typedefs
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

Definition at line 46 of file CGALTriangulation3Ddefs.H.

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.

typedef CGAL::Triangulation_data_structure_3<Vb, Cb> Tds

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.