Skip to Content.
Sympa Menu

cgal-discuss - Triangulation issue - bug?

Subject: CGAL users discussion list

List archive

Triangulation issue - bug?


Chronological Thread 
  • From:
  • To:
  • Subject: Triangulation issue - bug?
  • Date: Mon, 31 Mar 2008 12:41:28 +0200

Hello, with new version 3.3.1 we started to have issue with
Triangulation_3 class. As I found out, interface of Triangle_3 was
rewritten, however interface of TriangleC3 (cartesian one) remained
same, so it's not possible to construct triangulation with cartesian
base. Construct_triangle_3 class in function_objects.h has it's
interface rewritten, so "typedef typename Triangle_3::Rep Rep" gives
"cannot access private typedef declared in class 'CGAL::TriangleC3<R_>".
Is this CGAL 3.3.1 bug?
--pd



Archive powered by MHonArc 2.6.16.

Top of Page