Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] delaunay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] delaunay


Chronological Thread 
  • From: MaelRL <>
  • To:
  • Subject: Re: [cgal-discuss] delaunay
  • Date: Sun, 5 Nov 2017 04:38:30 -0700 (MST)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=None ; spf=Pass
  • Ironport-phdr: 9a23:URSFkRdMAC9hunjkXpQ2ruwglGMj4u6mDksu8pMizoh2WeGdxc29ZR7h7PlgxGXEQZ/co6odzbGJ4+a9ASQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpW1aJhKqPgV8IqH5G5XZkt+s/+G04ZzaJQtS1xSnZrYnCRy7qT/1/p0TiIZmbLw21wvEpj1Mcu5cyEtnKFWWkgrm98m594Jk6TUWsPUkoZ0TGZ7mdrg1GOQLRA8tNHo4sZXm

Hello,

You can find the documentation of the 3D triangulation classes here
<https://doc.cgal.org/latest/Triangulation_3/index.html> . Most iterators
and circulators are in the Triangulation_3
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Triangulation__3.html>

class, which Delaunay_triangulation_3
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Delaunay__triangulation__3.html>

inherits. For example, traversal of the finite incident cells can be done
using finite_incident_cells
<https://doc.cgal.org/latest/Triangulation_3/classCGAL_1_1Triangulation__3.html#a44ecc22cedfbaa0bdaad3be6a435fcce>

. Searching in the code of the CGAL library for calls to this function will
give you real use examples.

You can also find some useful examples of triangulations uses there
<https://doc.cgal.org/latest/Triangulation_3/examples.html> .



--
Sent from: http://cgal-discuss.949826.n4.nabble.com/



Archive powered by MHonArc 2.6.18.

Top of Page