2002
DOI: 10.1016/s0925-7721(01)00054-2
|View full text |Cite
|
Sign up to set email alerts
|

Triangulations in CGAL

Abstract: This paper presents the main algorithmic and design choices that have been made to implement triangulations in the computational geometry algorithms library Cgal.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
109
0
4

Year Published

2002
2002
2022
2022

Publication Types

Select...
7
2

Relationship

2
7

Authors

Journals

citations
Cited by 155 publications
(113 citation statements)
references
References 30 publications
0
109
0
4
Order By: Relevance
“…programming language, using external libraries for some functionalities: (1) GDAL 4 , which allows us to read/write from/to a large variety of data formats common in GIS and to handle the attributes of each polygon; and (2) CGAL 5 which has support for many robust spatial data structures and the operations based on them, including polygons and triangulations (Boissonnat et al 2002). …”
Section: Implementation and Experimentsmentioning
confidence: 99%
“…programming language, using external libraries for some functionalities: (1) GDAL 4 , which allows us to read/write from/to a large variety of data formats common in GIS and to handle the attributes of each polygon; and (2) CGAL 5 which has support for many robust spatial data structures and the operations based on them, including polygons and triangulations (Boissonnat et al 2002). …”
Section: Implementation and Experimentsmentioning
confidence: 99%
“…In a full Delaunay triangulation, this boundary is the convex hull, while in an intermediate triangulation such as DT ⊗ q (P ) it may be not convex. To avoid complicated code for all the special cases, a classic approach adds a dummy vertex ∞ and creates for each facet f of the convex hull a tetrahedron between f and ∞ [3]. Thus, adjacencies between convex hull facets are managed as adjacencies between infinite tetrahedra.…”
Section: Managing the Boundariesmentioning
confidence: 99%
“…If there is no virtual point in constrained edge, we can delete constrained point of this edge one by one using IEE algorithm [12] . Else if there is virtual point in the edge, we use a new algorithm IDRVP.…”
Section: Constrained Edge Deletion In Cd-tinmentioning
confidence: 99%
“…Based on these, some researchers studied on the point deletion for D-TIN or regular triangulations (RT) [2,4,7,[9][10][11] . J. D. Boissonnat, et al presented an algorithm for point deletion of CD-TIN called integral ear elimination (IEE) that improved on the EE algorithm [12] . The algorithm IEE can be used for the deletion of constrained point and non-constrained point of CD-TIN.…”
Section: Introductionmentioning
confidence: 99%