Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss]

Subject: CGAL users discussion list

List archive

[cgal-discuss]


Chronological Thread 
  • From: Kwok Jasper <>
  • To: <>
  • Subject: [cgal-discuss]
  • Date: Tue, 20 Jan 2009 18:06:17 +0800
  • Importance: Normal

Excuse me, may I ask something about 3D Delaunay triangulation in CGAL?

I have tried to use the following types.

typedef CGAL::Cartesian<double> K1;
typedef CGAL::Delaunay_triangulation_3<K1> Triangulation;
typedef Triangulation::Point Point_tr;


when I insert about 300000 points into the triangulation,
I got a stack overflow problem.

May I ask what may be the possible reason for the stack overflow to occur?






Archive powered by MHonArc 2.6.16.

Top of Page