cgal/Surface_mesh_parameterization/include/CGAL
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
..
Barycentric_mapping_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Circular_border_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Convertible_circulator_project.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Convertible_filter_iterator.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Convertible_iterator_project.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Discrete_authalic_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Discrete_conformal_map_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Fixed_border_parameterizer_3.h Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
LSCM_parameterizer_3.h Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
Mean_value_coordinates_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Param_mesh_patch_circulators.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Param_mesh_patch_iterators.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Param_mesh_patch_vertex.h CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by: 2008-07-12 21:58:52 +00:00
Parameterization_mesh_feature_extractor.h
Parameterization_mesh_patch_3.h Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
Parameterization_polyhedron_adaptor_3.h Surface_mesh_parameterization pre-conditions and post-conditions are now always checked, 2008-08-19 15:50:40 +00:00
Parameterizer_traits_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Square_border_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Taucs_fix.h Redo r41603 and r41552 (#ifdef CGAL_USE_TAUCS) for SP 2008-01-25 17:51:55 +00:00
Taucs_matrix.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Taucs_solver_traits.h Minor change 2008-03-21 16:04:58 +00:00
Taucs_vector.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
Two_vertices_parameterizer_3.h Update to generate_reference_manual 1.0 2008-02-22 13:03:40 +00:00
parameterize.h Removed obsolete doxygen comment 2008-03-21 16:11:18 +00:00
surface_mesh_parameterization_assertions.h certainly() -> possibly(). 2008-07-14 11:16:41 +00:00