Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Extending some records of the Arrangment_2 DCEL

Subject: CGAL users discussion list

List archive

[cgal-discuss] Extending some records of the Arrangment_2 DCEL


Chronological Thread 
  • From: <>
  • To:
  • Subject: [cgal-discuss] Extending some records of the Arrangment_2 DCEL
  • Date: Mon, 21 Nov 2011 15:51:24 +0100 (CET)

Hi all,

The Arr_extended_dcel<Traits, VertexData, HalfedgeData, FaceData> class
template allows to associate auxiliary data fields to the DCEL of an
Arrangement_2. My question is how to extend only two of the three records (say
with VertexData and HalfedgeData) without wasting memory space for the last
record (say FaceData) since it is not needed.

Thanks in advance for your help,
Hichem Barki


  • [cgal-discuss] Extending some records of the Arrangment_2 DCEL, hichem.barki.pro, 11/21/2011

Archive powered by MHonArc 2.6.16.

Top of Page