Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] vertex_handle index of a Mesh_triangulation_3 element ??

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] vertex_handle index of a Mesh_triangulation_3 element ??


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] vertex_handle index of a Mesh_triangulation_3 element ??
  • Date: Tue, 24 Jul 2012 09:45:10 +0200

Le 7/23/12 5:08 PM, ju21 a écrit :
Hi everyone,


I have a *Mesh_triangulation_3* and a *Mesh_complex_3_in_triangulation_3*
structure. I can access to every cells and any vertex of a cell doing this :


There is no such index, you have to add it yourself modifying the triangulation your mesh inherit from
adding an int in the vertex (and initializing that int)

http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Triangulation_3/Chapter_main.html#Subsection_39.5.2



Archive powered by MHonArc 2.6.18.

Top of Page