Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Voronoi adapter edge rejector

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Voronoi adapter edge rejector


Chronological Thread 
  • From: Martin Uhrin <>
  • To:
  • Subject: Re: [cgal-discuss] Voronoi adapter edge rejector
  • Date: Fri, 15 Nov 2013 02:23:54 -0800 (PST)

Fantastic, thanks Sebastien.

Turns out Edge_rejector is protected in VD but public in AP so the following
works:

const VD::Adaptation_policy::Edge_rejector & edge_rejector =
voronoi.adaptation_policy().edge_rejector_object();

For anyone that reads this and is confused like I was, here's the relevant
documentation:

http://doc.cgal.org/latest/Voronoi_diagram_2/index.html#title3
<http://doc.cgal.org/latest/Voronoi_diagram_2/index.html#title3>

Thanks again,
-Martin



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Voronoi-adapter-edge-rejector-tp4658144p4658418.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page