Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: Winnie Hellmann <>
  • To:
  • Subject: [cgal-discuss] Inconsistency - user data in Arrangement / Triangulation
  • Date: Tue, 15 Nov 2011 20:33:32 +0100

Hi all,

I am using an Arrangement and a Triangulation for different parts of the same application and need to store (basically the same) auxiliary data in both. Hence my question: Why is the member for storing such things called differently in those two classes - data() for Arrangement and info() for Triangulation? This makes it impossible to use both classes interchangeably as a container without writing a wrapper class that calls either info() or data(). Wouldn't it be nice if both have the same name for the sake of higher templateability?

Best regards,
Winnie



Archive powered by MHonArc 2.6.16.

Top of Page