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: Daniel Duque <>
  • To:
  • Subject: Re: [cgal-discuss] Keeping track of boundary edges
  • Date: Thu, 19 Nov 2009 11:00:35 +0100
  • Organization: UPM

Hi,

I posted a similar question not long ago (check the archive). I am currently
using a std::map<edge,info>, that way you may access each vertex uniquely. It
works just fine.

Best,

Daniel


On Thursday 19 November 2009 02:40:46 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

--
Nueva dirección de e-mail!



Archive powered by MHonArc 2.6.16.

Top of Page