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: Mariette Yvinec <>
  • To:
  • Subject: Re: [cgal-discuss] Help with 'filtration' and 'filtration_with_alpha_values'
  • Date: Thu, 10 Jul 2014 16:18:52 +0200

Hi Stevens

the use of the Dispatch_output_iterator
is not trivial for me.
I thought that it had to dispatch the CGAL::Object
(which is a triangulation face, i.e  either Vertex_handle or Edge or Facet or Cell_handle)
from its filtration value.
I hope Sebastien will answer and give an example at some point.

regards,
Mariette


Le 10/07/14 15:24, stevens a écrit :
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.


-- 
Mariette Yvinec
Geometrica project team
INRIA  Sophia-Antipolis  





Archive powered by MHonArc 2.6.18.

Top of Page