Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] [HELP] about some advice related to the usage of

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] [HELP] about some advice related to the usage of


Chronological Thread 
  • From: Kwok Jasper <>
  • To: <>
  • Subject: RE: [cgal-discuss] [HELP] about some advice related to the usage of
  • Date: Sun, 8 Feb 2009 16:06:38 +0800
  • Importance: Normal

Thanks.

Actually, I used the following to declare the triangulation

typedef CGAL::Exact_predicates_inexact_constructions_kernel K;


typedef CGAL::Triangulation_data_structure_3<Vertex_base_for_ssr<K> > Tds;
typedef CGAL::Delaunay_triangulation_3<K, Tds> Delaunay_triangulation;

typedef Delaunay_triangulation::Vertex_handle Vertex_handle;
typedef Delaunay_triangulation::Point Point;
typedef Delaunay_triangulation::Finite_vertices_iterator
Finite_vertices_iterator;
typedef Delaunay_triangulation::Finite_facets_iterator
Finite_facets_iterator;

typedef Delaunay_triangulation::Triangle Triangle;
typedef Delaunay_triangulation::Segment Segment;


I am using the exact kernel.

Is it possibly, I need to reinstall CGAL to solve the problem?
Or is there still any other possible reason for the probelm to occur?

Thank you very much
From: laurent.rineau__
To:
Date: Sat, 7 Feb 2009 18:33:53 +0100
Subject: Re: [cgal-discuss] [HELP] about some advice related to the usage of

On Saturday 07 February 2009 17:58:49 Kwok Jasper wrote:
> Excuse me, for the code in the question that I have asked before,
>
>
>
> may I ask if I have understood the CGAL manual properly an used the
> structure and function there correctly.
>
> Although the my whole code can be compiled, it get exception


Perhaps you do not use an filtered or exact kernel.


--
Laurent Rineau, PhD
Engineer at GeometryFactory
http://www.geometryfactory.com/


Windows Live Gallery 讓才華綻放,讓全世界看見你的創造。



Archive powered by MHonArc 2.6.16.

Top of Page