Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] geometry kernels

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] geometry kernels


Chronological Thread 
  • From: Yifei Li <>
  • To:
  • Subject: Re: [cgal-discuss] geometry kernels
  • Date: Sat, 20 Aug 2011 08:17:35 -0400

Laurent,

I modified examples/Surface_reconstruction_point_3/poisson_reconstruction_example.cpp by replace

typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel

with

typedef CGAL::Simple_cartesian<double> Kernel


Yifei

On Fri, Aug 19, 2011 at 9:20 AM, Laurent Rineau (GeometryFactory) <> wrote:
On samedi 13 août 2011 08:50:47 Yifei Li wrote:
> Hi,
>
> I got many compiler errors after I replaced
> Exact_predicates_inexact_constructions_kernel with Simple_cartesian<double>
> in surface reconstruction example.
>
> What is Simple_cartesian kernel good for then?

A general answer:
 http://www.cgal.org/FAQ.html#kernels

However, that is strange that you got compilation errors. Can you tell which
program your were trying to compile and how you modified it?

--
Laurent Rineau, PhD
R&D Engineer at GeometryFactory           http://www.geometryfactory.com/
Release Manager of the CGAL Project       http://www.cgal.org/

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss





Archive powered by MHonArc 2.6.16.

Top of Page