Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Adding data to Delaunay_d::Point_d

Subject: CGAL users discussion list

List archive

[cgal-discuss] Adding data to Delaunay_d::Point_d


Chronological Thread 
  • From: Adam Getchell <>
  • To:
  • Subject: [cgal-discuss] Adding data to Delaunay_d::Point_d
  • Date: Thu, 23 Oct 2014 00:28:34 -0700

Hello all,

Is there an equivalent of CGAL::Triangulation_vertex_base_with_info_3 for
Delaunay_d?

From looking over the documentation, it appears that unlike
Delaunay_triangulation_3 which is built on a Triangulation_vertex_base_3,
Delaunay_d seems to be built on the Convex_hull_d?

Where would be the best place to insert such data? I have, for example,
written a Delaunay : public Delaunay_d which includes member functions such
as number_of_cells() which are available in Delaunay_triangulation_3 but not
implemented in Delaunay_d.

Suggestions most appreciated.

Adam Getchell
about.me/adamgetchell




Archive powered by MHonArc 2.6.18.

Top of Page