Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] need you help on segment voronoi diagram

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] need you help on segment voronoi diagram


Chronological Thread 
  • From: Fernando Cacciola <>
  • To:
  • Subject: Re: [cgal-discuss] need you help on segment voronoi diagram
  • Date: Mon, 16 Mar 2009 16:35:21 -0200

Hi Vu,

Hello all,

I'm trying to construct a segment VD. However, the compiler threw a
bunch of errors that I'm sure that non-readable by human :)

And definitely non-readable by us if you don't post them here :)

<CGAL/basic.h>

// standard includes
> #include <iostream>
> #include <fstream>
> #include <cassert>

// define the kernels
>
> #include <CGAL/Simple_cartesian.h>

typedef CGAL::Simple_cartesian<double> CK;
> typedef CGAL::Simple_cartesian<ENT> EK;
^^^^^^

That ENT there is undefined.

HTH

--
Fernando Cacciola
www.geometryfactory.com






Archive powered by MHonArc 2.6.16.

Top of Page