Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Creating an arrangement from a given DCEL

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Creating an arrangement from a given DCEL


Chronological Thread 
  • From: Efraim Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Creating an arrangement from a given DCEL
  • Date: Wed, 12 Mar 2008 12:57:15 +0200


wrote:
> I want to create an overlay of two DCELs. Can I create an arrangment (of
> one of them), by giving it the DCEL instead of feeding it edge by edge (or
> something)? I would like to do that to preserve the data inside each DCEL,
> and not re-copying and finding the faces created in each arrangment for the
> given edges.
>
> Amir Vaxman.
>
Please look at the Arrangement_2 package. It supports a data structure
that constructs and maintains 2D arrangements. It also supports all kind
of operations on such arrangements. One of these operations is
overlaying two arrangements resulting with a third arrangement. The
overlay operations is implemented based on the sweep-line paradigm.

--
____ _ ____ _
/_____/_) o /__________ __ //
(____ ( ( ( (_/ (_/-(-'_(/
_/




Archive powered by MHonArc 2.6.16.

Top of Page