Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay_d not making triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay_d not making triangulation


Chronological Thread 
  • From: Marc Glisse <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay_d not making triangulation
  • Date: Wed, 15 Oct 2014 07:34:41 +0200 (CEST)

On Tue, 14 Oct 2014, Adam Getchell wrote:

I can successfully make a tetrahedral triangulation with a Triangulation_3:

https://github.com/acgetchell/CDT-plusplus/blob/master/unittests/S3TriangulationTest.cpp

But not with a Delaunay_d:

https://github.com/acgetchell/CDT-plusplus/blob/master/unittests/SdTriangulationTest.cpp

In particular, it only generates 2 vertices, even in the DISABLED test case
that inserts 8.

Hello,

is the function number_of_vertices the only one giving you trouble? Did you try iterating on the vertices and counting them? I have a vague memory of a function, maybe this one, not working correctly, but not affecting the rest either.

--
Marc Glisse



Archive powered by MHonArc 2.6.18.

Top of Page