Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Help with 'filtration' and 'filtration_with_alpha_values'

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Help with 'filtration' and 'filtration_with_alpha_values'


Chronological Thread 
  • From: stevens <>
  • To:
  • Subject: Re: [cgal-discuss] Help with 'filtration' and 'filtration_with_alpha_values'
  • Date: Thu, 10 Jul 2014 06:24:05 -0700 (PDT)

Thaks for your answer Marriete.

Indeed, I forgot to write de template. Now I'm trying to create de correct
output iterator for the filtration_with_alpha_values. The user's manual says
that Dispatch_output_iterator is good for that aim.

The value type tuple is something like
CGAL::cpp11::tuple<Vertex_handle,Edge,Facet,Cell_handle> V;

but the iterator tuple is not clear for me, any suggestion about how to
create it? (sorry if this is trivial, I'm new in c++)

Thank you so much.



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Help-with-filtration-and-filtration-with-alpha-values-tp4659524p4659548.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page