Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] 4D Delaunay

Subject: CGAL users discussion list

List archive

[cgal-discuss] 4D Delaunay


Chronological Thread 
  • From: Panagiotis Foteinos <>
  • To:
  • Subject: [cgal-discuss] 4D Delaunay
  • Date: Mon, 23 Aug 2010 21:01:39 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WoVajt2WiMSuwwEKsfBC2ZQWy5Vbw9hwxSQ8WhD1xeVqk31HiQKoIotB6wvvcyacWH yUzzu7VBjgGOjEqzN/ue69aBBej47hw8/WwfY85V1sTGsXir0uhaTOf4GjRTL9s9OnDH a81b0b16wSEbfrpNgfgfHSIY9e8pZIb3i9vtA=

Hello.

I am using the Delaunay_d class for the triangulation of 4D points. I am also using the Cartesian_d<double> kernel.

I observed that the insertion of the following simple point sequence:

    1st point:  6.8,    6.8,    6.8,    6.8
    2nd point: 6.8,    6.8,    6.8,   43.2
    3rd point:  6.8,    6.8,   43.2,   6.8
    4th point:  6.8,    6.8,   43.2,  43.2

triggers, during the insertion of the 4th point,  the following assertion:

    terminate called after throwing an instance of 'CGAL::Assertion_exception'
    what():  CGAL ERROR: assertion violation!
    Expr: j != dim
    File: .../CGAL-3.6.1/include/CGAL/Kernel_d/HyperplaneCd.h
    Line: 103
    Explanation: HyperplaneCd::constructor: cannot use o to determine side.



Is there a workaround? Why is this behaviour happening?


Thank you,
Panagiotis Foteinos



Archive powered by MHonArc 2.6.16.

Top of Page