Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Straight Skeleton and Arrangement_2

Subject: CGAL users discussion list

List archive

[cgal-discuss] Straight Skeleton and Arrangement_2


Chronological Thread 
  • From: Paul Neugebauer <>
  • To:
  • Subject: [cgal-discuss] Straight Skeleton and Arrangement_2
  • Date: Mon, 01 Sep 2008 11:35:25 +0200

Hi list,

I have constructed a straight skeleton of some polygons. The straight skeleton is according to the Manual a Halfedge Data Structure. I want to insert the the straight skeleton halfedges into an Arrangement_2 because I need the fine point_location function of the Arrangement_2.

At the moment I iterate over the straight skeleton Halfedges and insert them into the Arrangement. That works.

But is there another possibility, like "swaping" the Halfedge Data Structures. Because the Arrangement is also templated by a DCEL record.

Thanks,
Paul


  • [cgal-discuss] Straight Skeleton and Arrangement_2, Paul Neugebauer, 09/01/2008

Archive powered by MHonArc 2.6.16.

Top of Page