Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: Copy of Delaunay triangulation to a simple Triangulation

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: Copy of Delaunay triangulation to a simple Triangulation


Chronological Thread 
  • From: petitmalin <>
  • To:
  • Subject: [cgal-discuss] Re: Copy of Delaunay triangulation to a simple Triangulation
  • Date: Wed, 7 Mar 2012 05:53:58 -0800 (PST)

Ok, thanks for all your helps, I really appreciate them. Now I come here to
close the discussion.

I have solved my problem in a strange way. In fact, I have tried all methods
of conversion from Delaunay_3 to Triangulation_3 that you and your
colleagues proposed (even tried to convert manually vertices() and cells()
of Delaunay_3.tds() to Triangulation_3.tds() ), I got always errors of
compilation. So i tried to modify everywhere of my programme and strangely,
i found that if I comment "CGAL::Fast_location" in
"typedef CGAL::Delaunay_triangulation_3<K, TDS,CGAL::Fast_location>
Delaunay;"
and the problem is solved, no more compilation error exists.

I do not know if this is a bug of CGAL but the solution is that. I wish this
can help other people who met this problem.

best regards

--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Copy-of-Delaunay-triangulation-to-a-simple-Triangulation-tp4450013p4453310.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page