Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Add user defined information to vertex/face using 2D voronoi diagram adapter

Subject: CGAL users discussion list

List archive

[cgal-discuss] Add user defined information to vertex/face using 2D voronoi diagram adapter


Chronological Thread 
  • From: Kazuyo Mizuno <>
  • To:
  • Subject: [cgal-discuss] Add user defined information to vertex/face using 2D voronoi diagram adapter
  • Date: Tue, 11 Nov 2014 15:54:15 +0900

Hello all.
I'm currently implementing a program using 2D voronoi diagram adapter
described as follows.
http://doc.cgal.org/latest/Voronoi_diagram_2/index.html

I want to add information (ex: ID number) to each face/vertex of
voronoi diagram.

I have tried to use following class but failed.
http://doc.cgal.org/latest/Triangulation_2/classCGAL_1_1Triangulation__vertex__base__with__info__2.html

Is there any way to do so?

Regards

---
Kazuyo Mizuno



Archive powered by MHonArc 2.6.18.

Top of Page