Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Delaunay Triangulation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Delaunay Triangulation


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: Re: [cgal-discuss] Delaunay Triangulation
  • Date: Sat, 04 Oct 2008 00:15:57 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=Y3XNJxLYfzft3Uc5o9ohEtYJixZInQyUvB34wXbOwO4pCeshk+5Ab8kT5PE5yX1uXa E6ttAe1Zhsr2/jtSYYFj9qC1Zsgpj0nLI0o1w+6aLz+wyt1k88s6t0JtVPOOjO0q60Yx ARYlFcjWrcmbdT/iCwXK5D0RsL9CVLdoNa8Ww=

Hi,

I didn`t find any exact information regarding to the needed iterators. I
searched the online documentation as well as the demos and examples.

So I tried this:

for(Triangulation::Point_iterator it = T.points_begin(); it !=
T.points_end(); it++)
{

}

But what next? How could I access the Points with the coordinates and
the facets with the points?

Furthermore the Delaunay Triangulation seems to be wrong:

The number of vertices are 8. My Object are an Rectangle.

After the Delaunay Triangulation I receive 27 edges and 36 facets??? A
very high number I think....17 edges seems to be right!

Greets
Dennis





Archive powered by MHonArc 2.6.16.

Top of Page