Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: luchia <>
  • To:
  • Subject: [cgal-discuss] Re: Iterating over facets and Points of a Convex_hull_d
  • Date: Thu, 26 Apr 2012 09:08:01 -0700 (PDT)

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

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