Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Keeping track of boundary edges

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Keeping track of boundary edges


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Keeping track of boundary edges
  • Date: Thu, 19 Nov 2009 07:41:38 +0100

Josip Dzolonga wrote:
Hello,

I am growing a region (on a 3D Delaunay triangulation), starting from one seed facet and then joining some of its neighbouring facets etc. To accomplish this I want to be able to keep the boundary edges in a set, however I might end up with different entries of the same edge because it can be accessed from different cells. Is there any way I can represent them uniquely?

Josip

Hello,

What about std::pair<Vertex_handle, Vertex_handle> ?


andreas



Archive powered by MHonArc 2.6.16.

Top of Page