mirror of https://github.com/CGAL/cgal
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.
|
||
|---|---|---|
| .. | ||
| doc | ||
| doc_tex | ||
| examples/Surface_mesh_parameterization | ||
| include/CGAL | ||
| package_info/Surface_mesh_parameterization | ||
| test/Surface_mesh_parameterization | ||
| dont_submit | ||