Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Spherical Arrangement_on_surface_2

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Spherical Arrangement_on_surface_2


Chronological Thread 
  • From: Efi Fogel <>
  • To:
  • Subject: Re: [cgal-discuss] Spherical Arrangement_on_surface_2
  • Date: Sun, 6 Jan 2013 09:39:51 +0200

Arrangement on the sphere is not formally supported. The code that handles the general case has been generalized, but code that handles special cases is still missing.
In general the same guidelines that apply to arrangement in the plane also applies to arrangement on the sphere.
You can extend the curve either with CGAL::Arr_curve_data_traits_2<Tr,XData,Mrg,CData,Cnv> or with
CGAL::Arr_consolidated_curve_data_traits_2<Traits,Data>. You can extend an edge (more precisely, a halfedge) using CGAL::Arr_extended_dcel<Traits,VData,HData,FData,V,H,F> or the general technique described in Section
Extending the Dcel. There are examples to do either.


On Sat, Jan 5, 2013 at 11:16 PM, Evan S Behar <> wrote:
Hello,

I'm wondering if there's a straightforward way to modify the arrangement structure on a sphere such that the vertices/edges in the arrangement have additional information from the curves that are used to create them. Essentially I am looking to add annotations to the arrangement.

I would like to replace Curve_2 with a structure that has an annotation (e.g., a label) and have vertices/edges in the arrangement keep a list of the labels of the curves that pass through them, but I don't know if there is already a clear way to do this.

Thanks,
Evan

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss





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





Archive powered by MHonArc 2.6.18.

Top of Page