Skip to Content.
Sympa Menu

cgal-discuss - How to retrieve handles of vertices which constitute an edge in a 3D triangulation?

Subject: CGAL users discussion list

List archive

How to retrieve handles of vertices which constitute an edge in a 3D triangulation?


Chronological Thread 
  • From: Matthieu Chavent <>
  • To:
  • Subject: How to retrieve handles of vertices which constitute an edge in a 3D triangulation?
  • Date: Fri, 04 May 2007 13:25:07 +0200

Hello,
I would like to have some information about the edge in the triangulation_3: I would like to use an edge iterator and retrieve the handle of the two vertices which constitute the edge. But I have the impression that it is not possible.. So, I would like to use an edge circulator in 3D: I saw that in the triangulation_3 I can use an edge iterator but I would prefer an edge circulator like in triangulation_2: tds.incident_edges(vertex_handle). With an edge circulator I can have some information about the handle of 1 vertex which constitute the edge (it is better than nothing..). So, If somebody have an idea to help me it will be great!!


Thank you in advance!!


---------------------------

Matthieu Chavent
LORIA
PhD student

tel: ++33(0)3-54-95-86-05

---------------------------



Archive powered by MHonArc 2.6.16.

Top of Page