Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Indexes of facets in a 3D Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Indexes of facets in a 3D Delaunay Triangulation


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: [cgal-discuss] Indexes of facets in a 3D Delaunay Triangulation
  • Date: Mon, 06 May 2013 18:10:35 +0200


Facet is:
typedef std::pair<Cell_handle, int> TriangulationDataStructure_3::Facet

There are actually two ways of representing the same Facet (one from each of the incident cell)

Equality between Facet have to be tested with the function from TDS:
bool  are_equal (const Facet &f, const Facet &g) const




Archive powered by MHonArc 2.6.18.

Top of Page