Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] convex hull _3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] convex hull _3


Chronological Thread 
  • From: "Sebastien Loriot (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] convex hull _3
  • Date: Tue, 27 Apr 2010 08:09:11 +0200

mahdavi wrote:
hi all,
I install cgal_3-5 on linux ,I write a program for computing convexhull_3 , the program:
/////////////////////////////////////////////
1:Polyhedron_3 Poly;
2:CGAL::Object ch_object;
3:CGAL::convex_hull_3( Pointch.begin(), Pointch.end(),ch_object );
4:CGAL::assign(Poly,ch_object);
////////////////////////////////////////////////
following error is occur in line 3: ///////////////////////////////////////////////
terminate called after throwing an instance of 'CGAL::Assertion_exception'
what(): CGAL ERROR: assertion violation!
Expr: !(i>s)
File: /usr/local/include/CGAL/Interval_nt.h
Line: 88
Explanation: Variable used before being initialized (or CGAL bug)
Aborted
//////////////////////////////////////////////////
please help me , thank and best regard.
It is hard to tell what is the problem without a complete example.

S.



Archive powered by MHonArc 2.6.16.

Top of Page