Skip to Content.
Sympa Menu

cgal-discuss - Re: Re: [cgal-discuss] Access vertices of faces in Delaunay

Subject: CGAL users discussion list

List archive

Re: Re: [cgal-discuss] Access vertices of faces in Delaunay


Chronological Thread 
  • From: <>
  • To:
  • Subject: Re: Re: [cgal-discuss] Access vertices of faces in Delaunay
  • Date: Sun, 15 Feb 2009 19:13:56 +0100 (CET)

Hi Andreas,
I understand what the info does but i can't compile when including the info
class?
I get this error
‘class
CGAL::Tdsfb<CGAL::Tds2<CGAL::Triangulation_vertex_base_with_info_2<int, K,
CGAL::Tvb<K, CGAL::Tdsvb<void> > >, CGAL::Tdsfb<void> > >’ has no member
named ‘info’

The problem must be here:
typedef CGAL::Triangulation_euclidean_traits_xy_3<K> Gt;
typedef CGAL::Triangulation_vertex_base_with_info_2<Index, K> Info;
typedef CGAL::Triangulation_data_structure_2<Info> Tds;
typedef CGAL::Delaunay_triangulation_2<Gt,Tds> CDT;

Is it possible to use 2D Delaunay Triagulation with the info class?


Archive powered by MHonArc 2.6.16.

Top of Page