Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

[cgal-discuss] Keeping track of boundary edges


Chronological Thread 
  • From: Josip Dzolonga <>
  • To:
  • Subject: [cgal-discuss] Keeping track of boundary edges
  • Date: Thu, 19 Nov 2009 02:40:46 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L2+ZD8YHuDr99Kx2179NpT6PQofZ/nKO9/0Y9gbIbXg/DmCGDvYr9cdbvmAOoI3VrG 16ubkG/FUBOkS+QiionNNVW6jAVBHPBNr/aIa+wCyt5UWV5cVWBl61PMBrtdBvak91wc CcRT1C8Ti1R54UJmjOSH68a5OuhOfa3Bakd3s=

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



Archive powered by MHonArc 2.6.16.

Top of Page