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: Laurent Rineau <>
  • To:
  • Subject: Re: [cgal-discuss] Edge/Facet Iterator
  • Date: Mon, 13 Oct 2008 20:02:41 +0200

On Monday 13 October 2008 19:59:15 Dennis Endt wrote:
> Hi,
>
> I already study the manual but I didn`t find a solution.
>
> Here is what I know:
>
> Finite_vertices_iterator iv:
> (*iv).point() to get a point
>
> Finite_facets_iterator it:
> it->first->vertex(i)->point() to get a point
>
> Finite_edges_iterator ie:
> Nothing found: I tried ie->second.point() and sth different like this.

ie->first->vertex(ie->second)->point()

and

ie->first->vertex(ie->third)->point()

--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page