Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: weighted alpha shape 2d, minimal example

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: weighted alpha shape 2d, minimal example


Chronological Thread 
  • From: hidding <>
  • To:
  • Subject: [cgal-discuss] Re: weighted alpha shape 2d, minimal example
  • Date: Wed, 18 Jan 2012 02:43:33 -0800 (PST)

Apparently the mail-system removes the "raw" tags, here's the typedefs:
typedef CGAL::Cartesian<double> K;
typedef CGAL::Weighted_alpha_shape_euclidean_traits_2<K> Gt;
typedef CGAL::Alpha_shape_vertex_base_2<Gt> Av;

typedef CGAL::Regular_triangulation_face_base_2<Gt> Rf;
typedef CGAL::Alpha_shape_face_base_2<Gt,Rf> Af;

typedef CGAL::Triangulation_default_data_structure_2<Gt,Av,Af> Tds;
typedef CGAL::Regular_triangulation_2<Gt,Tds> Rt;
typedef CGAL::Alpha_shape_2<Rt> AS;

and the given compiler error (gcc-4.6, CGAL-3.8):
CGAL::Alpha_shape_vertex_base_2<yada yada ...> has no member named
'is_hidden' / 'set_hidden'.


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/weighted-alpha-shape-2d-minimal-example-tp4306254p4306270.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page