Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Using graph traits with Alpha_shape_2?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Using graph traits with Alpha_shape_2?


Chronological Thread 
  • From: Andreas Fabri <>
  • To:
  • Subject: Re: [cgal-discuss] Using graph traits with Alpha_shape_2?
  • Date: Wed, 16 Sep 2009 22:17:57 +0200

陳 柏宏 wrote:
> Hi,
> Is it possible to use the Delaunay triangulation graph traits with
> Alpha_shape_2?
>
> Will replacing everything in the graph_Traits_Delaunay_triangulation_2.h
> file with Alpha_shape_2 work?
>
> Or is there a way to extract the underlying Delaunay triangulation from
> a Alpha_shape_2 object?
>
> ___________________________________________________
> 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定!
> http://messenger.yahoo.com.tw/


I think the easiest solution would be to do a downcast, as the
alpha shape is derived from the Delaunay triangulation.

andreas



Archive powered by MHonArc 2.6.16.

Top of Page