Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] is fast location for periodic Delaunay broken?

Subject: CGAL users discussion list

List archive

[cgal-discuss] is fast location for periodic Delaunay broken?


Chronological Thread 
  • From: Ariel Keselman <>
  • To:
  • Subject: [cgal-discuss] is fast location for periodic Delaunay broken?
  • Date: Thu, 29 Apr 2010 01:45:54 -0700 (PDT)


Dear all,

I'm trying to use the Delaunay hierarchy for a periodic
Delaunay tessellation.

According to the manual, the way to do this is using
CGAL::Periodic_3_triangulation_hierarchy_3.

When I do use CGAL::Periodic_3_triangulation_hierarchy_3
I get compilation errors, in the insert method. Note that
this class is DEPRECATED for the non-periodic case, and
there is a better and more convenient way to do this.

The way I instantiate the periodic Delaunay with hierarchy
is the following:

typedef CGAL::Periodic_3_Delaunay_triangulation_3<TTraits, TDS> TPDT;
typedef CGAL::Periodic_3_triangulation_hierarchy_3<TPDT> TH;
TH T;

and when doing T.insert(p.begin(),p.end(),true); I get an error:

'v has no member named set_down', in file
'Periodic_3_triangulation_hierarchy_3.h'
in the following line:

v->set_down (prev);

I'm using CGAL 3.6

Any advise?

Thanks,
Ariel Keselman.


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/is-fast-location-for-periodic-Delaunay-broken-tp2075170p2075170.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page