Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Arrangement - full overlay

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Arrangement - full overlay


Chronological Thread 
  • From: "Ophir Setter" <>
  • To:
  • Subject: Re: [cgal-discuss] Arrangement - full overlay
  • Date: Wed, 25 Jun 2008 10:39:38 +0300
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:references:x-google-sender-auth; b=ka+xDqn6oG7EkkvwMzACuYMG0o7LMVpWjLaPkD2jfVVImJEUQVUM3DlDFIJlDZu7tz w25CtaNFdEXwP11NxAHOfM0hdjf9hzJh+lnesiX/PYpp1S2Pp1HIdcLCNGAXIQjkpWCg fUuCQoy4arIevwTUBgVccacnz2MMH7kZuUSZM=

For overlaying two arrangements you need to implement a model of the OverlayTraits concept. Most of the time the things that need to be done are quite easy, therefore there are two implemented models of that concept in the package that are used to perform simple overlay and face overlay easily (namely Arr_default_overlay_traits and Arr_face_overlay_traits).

In those two models there are couple of empty implementation of the needed methods as they are not needed. But both of those classes are a model of OverlayTraits. Aren't those two good examples for OverlayTraits?



On Wed, Jun 25, 2008 at 12:06 AM, Paul Neugebauer <> wrote:
Hi List,

is there a model of the OverlayTraits concept for the full overlay of two arrangements? Like it is explained here:
http://www.cgal.org/Manual/3.3/doc_html/cgal_manual/Arrangement_2/Chapter_main.html#Section_20.9

I cannot find one in the source?

thanks
paul
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page