Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Type of dD Triangulation Finite iterators?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Type of dD Triangulation Finite iterators?


Chronological Thread 
  • From: Marc Glisse <>
  • To: Marc Alexa <>
  • Subject: Re: [cgal-discuss] Type of dD Triangulation Finite iterators?
  • Date: Thu, 28 May 2020 08:00:01 +0200 (CEST)

On Wed, 27 May 2020, Marc Alexa wrote:

I am having trouble to use the _finite_ element iterators in the dD triangulation package. I’d expect that I can extract vertex resp. full cell handles from the iterators, but I doesn’t work in the ways I tried.

They are boost::filtered_iterator, so you can use .base() for that, but why do you need it?

--
Marc Glisse



Archive powered by MHonArc 2.6.19+.

Top of Page