Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] limiting make_conforming_delauney_2

Subject: CGAL users discussion list

List archive

[cgal-discuss] limiting make_conforming_delauney_2


Chronological Thread 
  • From: Ben Supnik <>
  • To:
  • Subject: [cgal-discuss] limiting make_conforming_delauney_2
  • Date: Tue, 27 Oct 2009 18:06:11 -0400

Hi,

I'm using make_conforming_delauney_2 to "even out" the slivery triangles in my constrained delauney triangulation.

It works great...except...it inserts a ton of vertices (and rightfully so based on its goal of making a true delauney traingulation) when I could live with only some of the vertices.

Is there an existing hook or way to customize the class to either:

- Limit the level of refinement to some arbitrary maximum or
- Replace the "locally conforming" template entirely (with something different)?

It doesn't appear that there are template arguments other than my CDT for the main "conformer" class, but I would like to reuse its infrastructure.

(Should I just dive in and start using the "refiner" myself?)

cheers
Ben
--
Scenery Home Page: http://scenery.x-plane.com/
Scenery blog: http://xplanescenery.blogspot.com/
Plugin SDK: http://www.xsquawkbox.net/xpsdk/
X-Plane Wiki: http://wiki.x-plane.com/
Scenery mailing list:

Developer mailing list:



  • [cgal-discuss] limiting make_conforming_delauney_2, Ben Supnik, 10/27/2009

Archive powered by MHonArc 2.6.16.

Top of Page