Skip to Content.
Sympa Menu

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

Subject: CGAL users discussion list

List archive

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


Chronological Thread 
  • From: "Thomas Zangl - Home" <>
  • To: "cgal-discuss" <>
  • Subject: Re:[cgal-discuss] CGAL::Polyhedron_incremental_builder_3<HDS> problem
  • Date: Wed, 18 Jul 2007 20:00:10 +0200


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