Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to add user information in edges

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to add user information in edges


Chronological Thread 
  • From: Yvan Maillot <>
  • To:
  • Subject: [cgal-discuss] How to add user information in edges
  • Date: Tue, 27 Jul 2010 16:33:21 -0700 (PDT)


Hi All,

I have used Triangulation_vertex_base_with_info_2 and
Triangulation_face_base_with_info_2 to add information in vertices and in
faces and it works well.

But, how can I do the same with edges since there isn't
Triangulation_edge_base_with_info_2, obviously because triangulations are
based on vertices and faces.

I need to associate a double value to each edge. Is there an easy and
efficient way to do this ?

Thank you for your help

Yvan


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/How-to-add-user-information-in-edges-tp2304266p2304266.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page