Revision a4d0ae7b8d1969b8e91109670fd70b0208285781 authored by Jane Tournois on 12 February 2015, 16:14:29 UTC, committed by Jane Tournois on 12 February 2015, 16:14:29 UTC
this branch fixes a bug in sliver perturbation
revert_move uses a backup system that needs to backup also infinite cells.
It was not the case until now and could produce holes on the surface,
though cells of the C3t3 were correctly tagged.

note this branch also fixes a warning in Implicit_to_labeling_function_wrapper,
which has nothing to do with the previous bug

Approved by the release manager
2 parent s 351e733 + 0b9169f
Raw File
TODO
== To follow Triangle ==

  - Implement off-centers
  
  - Implement Chew’s algorithm instead of Ruppert's
  
      L. Paul Chew, ‘‘Guaranteed−Quality Mesh Generation for Curved
      Surfaces,’’ Proceedings of the Ninth Annual Symposium on Computational
      Geometry, pages 274−280, May 1993.
  
  - Implement Miller-Pav-Walkington
  
      Gary L. Miller, Steven E. Pav, and Noel J. Walkington, ‘‘When and Why
      Ruppert’s Algorithm Works,’’ Twelfth International Meshing Roundtable,
      pages 91−102, September 2003.


== Old TODO list ==

- Implement a method to split all clusters at the beginnning.

- Histograms in the demo

- do not use default constructor of Geom_traits

- Rewrite Double_map.h [!]

- draw() called twice in mesh_demo [!]
back to top