Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Extracting topology information resulting from

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Extracting topology information resulting from


Chronological Thread 
  • From: "Sebastian Marino" <>
  • To:
  • Subject: Re: [cgal-discuss] Extracting topology information resulting from
  • Date: Tue, 26 Aug 2008 12:22:41 -0700

Thank you for your quick response.  It's reassuring to know that I''m not duplicating functionality that exists elsewhere in CGAL.

Best,
-Sebastian.

On Tue, Aug 26, 2008 at 11:52 AM, Andreas Fabri <> wrote:
Sebastian Marino wrote:
Looking at Chapter 35: 3D Surface Mesh Generation, I'd like to reproduce Example 35.3.1: Meshing an Implicit Surface.

While trivial to get the provided example code up and running, I am having trouble extracting a discrete mesh suitable for visualization via OpenGL.

Any wisdom regarding how to extract a list of finite vertices and facets from the resulting CGAL::Complex_2_in_triangulation_3 from CGAL::make_surface_mesh(...) would be greatly appreciated.  I find the iterators in this instance to be very confusing, and while I'm sure I can figure this out fairly quickly, the level of complexity has me wondering if I've missed something obvious and want to make sure any code I write is in like with the proper utilization of the CGAL library.

Thanks in advance for your time.
-Sebastian Marino



Hi Sebastian,

We are aware of the fact that a function that extracts a Polyhedron_3
out of the Complex_2_in_triangulation_3 is a missing feature.

So for the moment it is as complex as you feel it.

andreas
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss



--
Sebastian Marino
Chief Software Architect
Makani Power, Inc., Alameda, Ca.
www.makanipower.com
510.387.8077



Archive powered by MHonArc 2.6.16.

Top of Page