Skip to Content.
Sympa Menu

cgal-discuss - Re: Re[cgal-discuss] gular_triangulation_vertex_base_3

Subject: CGAL users discussion list

List archive

Re: Re[cgal-discuss] gular_triangulation_vertex_base_3


Chronological Thread 
  • From: Olivier Devillers <>
  • To:
  • Subject: Re: Re[cgal-discuss] gular_triangulation_vertex_base_3
  • Date: Sun, 08 Nov 2009 10:24:05 +0100


typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Regular_triangulation_filtered_traits_3<K> Gt;
typedef CGAL::Triangulation_vertex_base_with_info_3<CGAL::Color,Gt> Vb;
typedef CGAL::Triangulation_data_structure_3<Vb> Tds;
typedef CGAL::Regular_triangulation_3<Gt,Tds> Rt;

what is your problem exactly ?
Do you mean that the above set of devlarations does not work ?




Archive powered by MHonArc 2.6.16.

Top of Page