Typedefs
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

Definition at line 49 of file CGALTriangulation2Ddefs.H.

Definition at line 50 of file CGALTriangulation2Ddefs.H.

typedef CGAL::Triangulation_data_structure_2<Vb, Fb> Tds

Definition at line 66 of file CGALTriangulation2Ddefs.H.

typedef CGAL::Delaunay_triangulation_2<K, Tds> Delaunay

Definition at line 67 of file CGALTriangulation2Ddefs.H.