cgal/Surface_mesh_parameterization
Laurent Saboret fa30accac8 Surface_mesh_parameterization pre-conditions and post-conditions are now always checked,
in order to catch input meshes that do not respect them and avoid crashes in Release mode: 
- For fixed border parameterizations:
 Preconditions:
     check that the border is mapped onto a convex polygon.
     check that the input mesh is triangular (expensive check).
     check that the input mesh is a surface with one connected component (expensive check).
 Postconditions:
     check one-to-one mapping.
- For free border parameterizations:
 Preconditions:
     check that the input mesh is triangular (expensive check).
     check that the input mesh is a surface with one connected component (expensive check).
 Postconditions:
     check one-to-one mapping.
2008-08-19 15:50:40 +00:00
..
doc generate_reference_documentation 1.0.2 requires to document the concepts refinement by inheritance instead of "@heading Refines" 2008-04-04 16:38:18 +00:00
doc_tex Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
examples/Surface_mesh_parameterization Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
include/CGAL Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
package_info/Surface_mesh_parameterization Remove changes.txt files. 2008-07-24 17:47:16 +00:00
test/Surface_mesh_parameterization Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
dont_submit