Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] constrained delaunay triangulation and vertex info

Subject: CGAL users discussion list

List archive

[cgal-discuss] constrained delaunay triangulation and vertex info


Chronological Thread 
  • From: Cristobal Navarro <>
  • To:
  • Subject: [cgal-discuss] constrained delaunay triangulation and vertex info
  • Date: Sat, 26 May 2012 11:53:13 -0400

Hello
Is it possible to add vertex_info in a constrained Delaunay triangulation?
the documentation says nothing about "insert" using an iterator with info
http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_2_ref/Class_Constrained_Delaunay_triangulation_2.html

i tried modifying a Delaunay example that adds an int to the info() but the compiler gives many errors on the insert function.
regards
cristobal



Archive powered by MHonArc 2.6.16.

Top of Page