Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Efficient insertion of points with info

Subject: CGAL users discussion list

List archive

[cgal-discuss] Efficient insertion of points with info


Chronological Thread 
  • From: Issha Kayo <>
  • To:
  • Subject: [cgal-discuss] Efficient insertion of points with info
  • Date: Mon, 04 Jan 2010 14:55:36 +0000

Dear all,

I am now looking for a method to insert large number of points
efficiently to a 3D Delaunay triangulation.

"int dt.insert(InputIterator first, InputIterator last)" is the method
but I want to insert points with info. Now I insert one by one by using
"Vertex_handle dt.insert(Point)" and assigning the info to the returned
Vertex_handle, but it is not efficient.

Thank you,
Issha Kayo



Archive powered by MHonArc 2.6.16.

Top of Page