Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Map Overlay implementation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Map Overlay implementation


Chronological Thread 
  • From: lukkio <>
  • To:
  • Subject: Re: [cgal-discuss] Map Overlay implementation
  • Date: Wed, 26 Nov 2014 08:07:52 -0800 (PST)

I've looked both the code and the book too.
I've understood that:
1. The overlay methods rely on sweep line, till here nothing new to me.
2. The sweep line it self rely is implemented by a design pattern "Visitor"
(this is interesting)

In this case i don't understand how the real visitor is implemented for
iterate (i suppose) along the elements on the sweep line and the performs
some operation on such element.

So the question is... how is implemented the visitor for the sweep line?

Lukkio



--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Map-Overlay-implementation-tp4660171p4660176.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.18.

Top of Page