Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Edge/Facet Iterator

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Edge/Facet Iterator


Chronological Thread 
  • From: Dennis Endt <>
  • To:
  • Subject: Re: [cgal-discuss] Edge/Facet Iterator
  • Date: Wed, 15 Oct 2008 13:00:31 +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=enoGHQZcTK9gqi40PX757pSdgk1lSs1NkUAa9/4WDRrkmdE7i7ed2SWxhQgXmvTgsA 7KzzA1KsBD8vE0vWY4L1v8I4RaZ81Qudvu5oVEqdb1mm6+w+LJimOZIZBe/C5KEJv+AN oB5/gkJxZtteuO1t5is3PHfz/Kn/Pr9y8oqA0=


Monique Teillaud schrieb:
> If you look at the _user manual_ as previously proposed, you will
> easily understand from the text and the figure that the vertices of
> the facet (c,i) are c->vertex(i+1), c->vertex(i+2), c->vertex(i+3)
> [more precisely, all indices taken modulo 4 of course], from which you
> can access ->point()
> An edge consists of two of these 3 vertices/points, as usual in a
> triangle.
>
> best
> Monique Teillaud
>
That`s clear. But what I don`t understand, and don`t want to have full
code snipplets, an edge is described as a triple in the manual.

So you say, an edge consists of two points. But when I call
Edge(c->vertex(i)->point(),c->vertex(i+1)->point()), it doesn`t exist.

But that`s exact what I`m looking for. I don`t understand how to create
an edge only with two different point() or two different vertex_handles
and so on.

Best
Dennis



Archive powered by MHonArc 2.6.16.

Top of Page