Subject: CGAL users discussion list
List archive
- From: Olivier Devillers <>
- To:
- Subject: Re: [cgal-discuss] How to get some info from a Delaunay Triangulation
- Date: Wed, 09 May 2012 13:41:46 +0200
Iterate over infinite cells
- for each tetrahedron on the convex hull, the index (local index, i.e. in
1-4) of the vertex NOT on the convex hull
(use the range all_cells_begin(),all_cell_end() and the is_infinite(Cell_handle) function documented in [1])
For each such cell, get the index of the infinite vertex,
using int i=cell->index(t.infinite_vertex()). Then use
Facet f=t.mirror_facet( Facet_3(cell,i) );
where Facet is
"typedef std::pair<Cell_handle, int> Facet;
(c,i) is the facet of c opposite to the vertex of index i"
as documented in [2]
It gives for each facet (triangle) on the convex hull the finite vertex that makes a Delaunay
tetrahdron with this facet. Notice that it is possible that this vertex is on the convex hull.
- [cgal-discuss] How to get some info from a Delaunay Triangulation, horstmann, 05/08/2012
- Re: [cgal-discuss] How to get some info from a Delaunay Triangulation, Sebastien Loriot (GeometryFactory), 05/09/2012
- Re: [cgal-discuss] How to get some info from a Delaunay Triangulation, Olivier Devillers, 05/09/2012
- [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, horstmann, 05/09/2012
- Re: [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, Sebastien Loriot (GeometryFactory), 05/09/2012
- Re: [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, Andreas Fabri, 05/09/2012
- [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, horstmann, 05/09/2012
- Re: [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, Philipp Moeller, 05/09/2012
- Re: [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, J.S. van Bethlehem, 05/09/2012
- [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, horstmann, 05/10/2012
- Re: [cgal-discuss] Re: How to get some info from a Delaunay Triangulation, Sebastien Loriot (GeometryFactory), 05/09/2012
- Re: [cgal-discuss] How to get some info from a Delaunay Triangulation, Sebastien Loriot (GeometryFactory), 05/09/2012
Archive powered by MHonArc 2.6.16.