CGALTriangulation2Ddefs.H File Reference

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

Include dependency graph for CGALTriangulation2Ddefs.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::indexedFace< KFb
 
typedef CGAL::Triangulation_data_structure_2< Vb, FbTds
 
typedef CGAL::Delaunay_triangulation_2< K, TdsDelaunay
 

Detailed Description

CGAL data structures used for 2D Delaunay meshing.

Original source file CGALTriangulation2Ddefs.H

Typedefs CGALTriangulation2Ddefs

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.

Define CGAL_HIERARCHY to use hierarchical Delaunay triangulation which is faster but uses more memory than the standard Delaunay triangulation.

Definition in file CGALTriangulation2Ddefs.H.

Typedef Documentation

◆ Vb

Definition at line 51 of file CGALTriangulation2Ddefs.H.

◆ Fb

Definition at line 52 of file CGALTriangulation2Ddefs.H.

◆ Tds

typedef CGAL::Triangulation_data_structure_2<Vb, Fb> Tds

Definition at line 68 of file CGALTriangulation2Ddefs.H.

◆ Delaunay

typedef CGAL::Delaunay_triangulation_2<K, Tds> Delaunay

Definition at line 69 of file CGALTriangulation2Ddefs.H.