cgal/Mesh_2/include/CGAL/Mesh_2
Sébastien Loriot 50510c05ea add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
          grep -v Operations_on_polyhedra | \
          grep -v Algebraic_kernel_for_circles | \
          grep -v Algebraic_kernel_for_spheres | \
          grep -v Polyhedron_IO`;
do
  echo $i
  python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
..
Clusters.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Do_not_refine_edges.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Face_badness.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Lipschitz_sizing_field_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Lloyd_move_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Mesh_global_optimizer_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Mesh_sizing_field.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
README Copy Mesh_2, Mesh_3 and Surface_mesher, from the branch 2006-06-06 13:38:15 +00:00
Refine_edges.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Refine_edges_visitor.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Refine_edges_with_clusters.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Refine_faces.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Sizing_field_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Uniform_sizing_field_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01: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.