Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] segmentation fault, 2D Delaunay triangulation, 3.4 and 3.5-beta1

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] segmentation fault, 2D Delaunay triangulation, 3.4 and 3.5-beta1


Chronological Thread 
  • From: Graham Macpherson <>
  • To:
  • Subject: Re: [cgal-discuss] segmentation fault, 2D Delaunay triangulation, 3.4 and 3.5-beta1
  • Date: Thu, 6 Aug 2009 11:16:36 +0100
  • Organization: OpenCFD Ltd.

Hi Manuel,

> the move function does not seem to be documented, is it?

Possibly... I just found it in the code and gave it a go!

> Anyway, you are using the Triangulation hierarchy. Currently the move
> function is not implemented in Triangulation_hierarchy_2 but does only
> work for Delaunay_triangulation_2.
> So you either use Delaunay_triangulation_2 or you just call insert and
> remove depending on what makes more sense for your application.

Thanks, I move all the points at each step in the application, so I'll
probably do a clear and reinsertion (with the range inserter) of the whole
triangulation rather than individual remove and inserts to move each vertex.

All the best,

Graham




Archive powered by MHonArc 2.6.16.

Top of Page