Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Poisson Function - Error Precondition Violation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Poisson Function - Error Precondition Violation


Chronological Thread 
  • From: Michael Jeulin-L <>
  • To:
  • Subject: Re: [cgal-discuss] Poisson Function - Error Precondition Violation
  • Date: Mon, 18 Jan 2010 16:40:22 +0200

Sylvain Pion wrote:
Le 18/01/10 15:24, Michael Jeulin-L a écrit :
/And the problem can come for different part of the parameters computation.
For instance the last one was :

CGAL error: precondition violation!
Expression : tester(d)
File : CGAL/Triangulation_3.h
Line: 643
Explanation:
Refer to the bug-reporting instructions at
http://www.cgal.org/bug_report.html

But it could an other assertion just like I was saying.
Do you know how can I prevent that (density calculation, number of
points.... to be able to say : This Normalized Points will be out of
range for Poisson Reconstruction).

This one can pop up sometimes when you use a kernel with inexact
predicates, since Triangulation_3 is allergic to them.
Did you check that ?

I use the kernel with exact predicate :
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;

And the error doesn`t occur only from Triangulation_3, sometimes is from somewhere else.
(Have to reproduce the error to see, don`t remember from wherever it could comes from).

Kind Regards.

--
--------------------------------------------
Michael Jeulin-L, ComputaMaps

Private Bag X20, Constantia 7848, South Africa
tel: +27.21.700 8140, fax: +27.21.701 9520, cell: +27.72.8588181
e-mail:


Manufacturers of digital maps and imagery
http://www.computamaps.com
--------------------------------------------




Archive powered by MHonArc 2.6.16.

Top of Page