Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Iterating over facets and Points of a Convex_hull_d

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Iterating over facets and Points of a Convex_hull_d


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] Re: Iterating over facets and Points of a Convex_hull_d
  • Date: Fri, 27 Apr 2012 08:30:07 +0200

On 04/26/2012 06:08 PM, luchia wrote:
Hi Sebstien,

Thanks a lot for your answer.

Just a last question:

I obtain following message error inserting the points in the convex_hull_d
CH_d:

CGAL error: assertion violation!
Expression : j != dim
File : C:\devel\CGAL4.0\include\CGAL/Kernel_d/HyperplaneCd.h
Line :104
Explanation:HyperplaneCd::constructor: cannot use o to determine side.
Refer to the bug-reporting instructions at
http://www.cgal.org/bug_report.html
The error seems to occur when you try to construct an hyperplane with two identical points.

Do you have a minimal example showing the problem?

Sebastien.



I insert my points one after the other [that is, the points are red from a
file and
inserted in CH_d. After each insertion, a system("pause") is performed],
and the
program stops arising this error message always at the same point (each
point
has 4 coordinated)

Any ideas?

Thanks again.

Luca














--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/Iterating-over-facets-and-Points-of-a-Convex-hull-d-tp4589157p4590267.html
Sent from the cgal-discuss mailing list archive at Nabble.com.





Archive powered by MHonArc 2.6.16.

Top of Page