Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Convex hull and Polyhedron_3

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Convex hull and Polyhedron_3


Chronological Thread 
  • From: Laurent Le Guillou <>
  • To:
  • Subject: Re: [cgal-discuss] Convex hull and Polyhedron_3
  • Date: Wed, 05 Sep 2007 10:54:59 +0200
  • Organization: LPNHE - Université Paris 6 Pierre et Marie Curie

Bernd Gaertner a écrit :
> both the convex hull algorithms as well as the polyhedron class have
> predefined traits classes that in turn depend on a kernel. One way I see
> is to extend your kernel by replacing Point_3 with your enriched version
> (see section 2.5 on extensible kernels in the manual; this section
> features example code). Then you use this enriched kernel in both
> predefined traits classes. As I never tried this myself, I can't promise
> that it works, though.

Thanks! I will try this.

Cheers,

Laurent



Archive powered by MHonArc 2.6.16.

Top of Page