Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] How to convert CGAL::Mesh_complex_3_in_triangulation_3 triangulation to CGAL::Polyhedron_3?

Subject: CGAL users discussion list

List archive

[cgal-discuss] How to convert CGAL::Mesh_complex_3_in_triangulation_3 triangulation to CGAL::Polyhedron_3?


Chronological Thread 
  • From: "Lehtonen, Matti/HIIT" <>
  • To:
  • Cc: Youssef ALJ <>
  • Subject: [cgal-discuss] How to convert CGAL::Mesh_complex_3_in_triangulation_3 triangulation to CGAL::Polyhedron_3?
  • Date: Thu, 10 Jun 2010 02:30:24 +0300

Hi!

I have written a Labeled_point_set_mesh_domain_3 class (inherits class
Mesh_3::Labeled_mesh_domain_3<Wrapper, BGT>, triangulation is
CGAL::Mesh_triangulation_3<Labeled_point_set_mesh_domain_3> based). Other new
related classes are:
* Point_set_to_labeled_function_wrapper
* Point_with_label (and enumerated ASPRS Standard LIDAR Point Classes)

The first test run is currently running, so tests results aren't yet
available...

I want save those meshes as VRML files, so my question is .. what is the best
strategy? Converting triangulation by implemented CGAL::Modifier_base<HDS> to
HDS and HDS delegated to Polyhedron_3?

thx,
Lehtonen, Matti

Researcher, head programmer - Helsinki Institute for Information Technology
HIIT
http://www.hiit.fi/
--
Life is complex. It has real and imaginary parts.




  • [cgal-discuss] How to convert CGAL::Mesh_complex_3_in_triangulation_3 triangulation to CGAL::Polyhedron_3?, Lehtonen, Matti/HIIT, 06/10/2010

Archive powered by MHonArc 2.6.16.

Top of Page