Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Inconsistency - user data in Arrangement / Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Inconsistency - user data in Arrangement / Triangulation


Chronological Thread 
  • From: Winnie Hellmann <>
  • To:
  • Subject: Re: [cgal-discuss] Inconsistency - user data in Arrangement / Triangulation
  • Date: Wed, 16 Nov 2011 15:26:45 +0100

You can define your own vertex type with_data (instead of with_info).
Thanks for the answer! I already considered that, but I don't really like this solution, because it would basically be copying the with_info type - just renaming one member. It also means that I have to pass the vertex type (as template parameter) to my class instead of just the auxiliary data type.



Archive powered by MHonArc 2.6.16.

Top of Page