Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] another extended kernel question

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] another extended kernel question


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] another extended kernel question
  • Date: Tue, 14 Jun 2016 08:46:06 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=Pass ; spf=None
  • Ironport-phdr: 9a23:OVGZuBywT6X21zbXCy+O+j09IxM/srCxBDY+r6Qd0ewQIJqq85mqBkHD//Il1AaPBtWKraIewLOO7OjJYi8p39WoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6kO74TNaIBjjLw09fr2zQd6DyZTtnLnqpNX6WEZhunmUWftKNhK4rAHc5IE9oLBJDeIP8CbPuWZCYO9MxGlldhq5lhf44dqsrtY4q3wD86Fpy8kVWqrze+E0TKdTES89G2Ez/szi8xfZHiWV4X5JGF4bmBNTHwnI6lneWY3wtTey9sVw3yyXIdfnY7k/RTO4/uYhAEvzjCAdNjkltmTTosN1haNf5hmmokoskMbvfIiJOa8mLevmdtQASD8ZUw==
  • Organization: GeometryFactory

This commit [1] highlights that you were missing a const for
operator()(Pt,int) of the Construct_cartesian iterator class.

I've open this PR [2] to prevent this to happen again.

Sebastien.

[1] https://github.com/CGAL/cgal/pull/1169/commits/31d2638b47e202fa80105e5d94b8dd29201675d6
[2] https://github.com/CGAL/cgal/pull/1169

On 05/22/2016 09:00 PM, Peter Sadrozinski wrote:
Hello,

I have snaprounding working well with my custom point, now I am having
difficulty with kd-tree.

I've used this construct a lot with EPECK and EPICK, but with my custom
kernel, the search traits adaptor is calling itself over and over until
stack overflow.

I've created a gist at
https://gist.github.com/petersadro/9e25f44c5bc09f7a00038fbc8b92c012

Is there something I'm missing in my kernel?

Pete




Archive powered by MHonArc 2.6.18.

Top of Page