cgal/Mesh_2/include/CGAL/Mesh_2
Laurent Rineau 0161de5a27 - added test_conforming and test_meshing in test/ with test files.
- rename test/Mesh_2/makefile to GNUmakefile, not submitted:
  makefiles in the testsuite are generated.
- fix a BUG in Mesher_level: one_step() and try_to_insert_one_point(), in
  Null_mesher_level must return false! This fix solves the "follow under
  mouse" bug of mesh_demo.C!
- change some DEBUG macro names to:
    CGAL_MESH_2_DEBUG_BAD_FACES
    CGAL_MESH_2_DEBUG_CLUSTERS
    CGAL_MESH_2_DEBUG_CONFLICTS_ZONE
    CGAL_MESH_2_DEBUG_DRAW
    CGAL_MESH_2_DEBUG_INSERTIONS
    CGAL_MESH_2_VERBOSE
  to please CGAL developer manual.
- add a seed in fish.poly

(Note to Andreas: this is the bug I was looking for. The added test file
helped me to find it cause.)
2006-04-13 16:07:19 +00:00
..
Clusters.h patch for SunCC 2006-03-30 16:11:40 +00:00
Face_badness.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Filtered_queue_container.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
README
Refine_edges.h - added test_conforming and test_meshing in test/ with test files. 2006-04-13 16:07:19 +00:00
Refine_edges_visitor.h - fix a desynch between the doc and code: is_marked->is_in_domain, in the 2006-03-20 14:38:45 +00:00
Refine_edges_with_clusters.h - added test_conforming and test_meshing in test/ with test files. 2006-04-13 16:07:19 +00:00
Refine_faces.h - added test_conforming and test_meshing in test/ with test files. 2006-04-13 16:07:19 +00:00
Triangulation_mesher_level_traits_2.h - added test_conforming and test_meshing in test/ with test files. 2006-04-13 16:07:19 +00:00
Triangulation_mesher_level_traits_3.h - Move the internal header 2006-02-27 17:23:10 +00:00

README

No header in this sub-directory, but Face_badness.h, is documented. They
are internal headers of the Mesh_2 packages, and should not be used.

If you want to use some undocumented functionnality, please contact me
(Laurent Rineau <laurent.rineau@ens.fr>) so that we can see if I can move
some internal details to the documented interface.