Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] voronoi of the vertices

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] voronoi of the vertices


Chronological Thread 
  • From: "Wang Weiwei" <>
  • To: "cgal-discuss" <>
  • Subject: Re: [cgal-discuss] voronoi of the vertices
  • Date: Wed, 28 Mar 2007 12:18:34 +0800
  • Disposition-notification-to: "Wang Weiwei" <>

Hi all,

I'm using the Arrangement_2 module of CGAL.

I want to attach some user information to the vertices of the arrangement.
I've found some example code in the example folder of the CGAL lib (such as
ex_dcel_extension.C).

Unfortunately, in this example, the user data are attached to the vertices,
halfedges and faces after the arrangement was built. What I want to know is
how I can attach these user data to the vertices during the construction of
the arrangement. For those vertices newly created during the intersection of
the curves, a pre-specified default value will be ok.

Thanks in advance for any help.

Max




Archive powered by MHonArc 2.6.16.

Top of Page