Skip to Content.
Sympa Menu

cgal-discuss - Re: Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem

Subject: CGAL users discussion list

List archive

Re: Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem


Chronological Thread 
  • From: Peter Hachenberger <>
  • To:
  • Subject: Re: Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem
  • Date: Wed, 18 Jul 2007 20:10:49 +0200

OK, that explains things. The stuff that you triangulate, what kind of
data is it? I ask, because if you just want to triangulate a surface,
you should better write traits classes such that you can use
Triangulation_2. That's far more easy.

Peter

On Wed, 2007-07-18 at 20:00 +0200, Thomas Zangl - Home wrote:
> Am Wed, 18 Jul 2007 19:46:52 +0200, schrieb "Peter Hachenberger"
> <>:
>
> Hi!
>
> >Sorry, I must ask more precisely. What kind of triangulation do you use?
> >Is it from CGAL? If yes, which triangulation?
>
> Sure its CGAL :-)
>
> I am using a Regular_Triangulation_3. These are my typedefs in cause
> you need more details:
>
> typedef CGAL::Exact_predicates_exact_constructions_kernel K;
> typedef CGAL::Regular_triangulation_filtered_traits_3<K> Traits;
> typedef CGAL::Triangulation_vertex_base_with_info_3<int, Traits> Vb;
> typedef CGAL::Regular_triangulation_cell_base_3<Traits> Cb;
> typedef CGAL::Triangulation_data_structure_3<Vb, Cb>
> Tds;
> typedef CGAL::Regular_triangulation_3<Traits, Tds> Regular_triangulation;
> typedef Regular_triangulation::Triangle Rt_Triangle;
> typedef Regular_triangulation::Facet Rt_Facet;
>
> Best regards,
> --
> ----------------------------------------------------------------
> ,yours Thomas Zangl, Bakk.rer.soc.oec. -
>
> -
> - Freelancer - IT Consulting & Software Development -
> - Student of Software Development-Economy (Master) -




Archive powered by MHonArc 2.6.16.

Top of Page