Mael Rouxel-Labbé
|
d88f69a02a
|
Fixed compilation of Triangulation::finite_facets_begin()/end()
|
2018-08-08 11:51:31 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Clement Jamin
|
5b9562ea84
|
Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse
|
2017-06-16 11:09:07 +02:00 |
Andreas Fabri
|
8cbbe0e165
|
Remove dependencies of Triangulation_3 on Triangulation_2
|
2017-04-06 11:08:37 +02:00 |
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 |
Jane Tournois
|
0f569a8fd6
|
introduce Has_nested_type_Bare_point to keep backward compatible
it is needed when Regular_triangulation_euclidean_traits is used the first
template parameter for Regular_triangulation (both 2d and 3d)
|
2016-11-03 14:57:10 +01:00 |
Clement Jamin
|
6078634d07
|
Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse
|
2014-09-23 08:56:09 +02:00 |
Clement Jamin
|
c17b04e319
|
Pedantic GCC doesn't like those useless semicolons
|
2014-09-19 15:32:51 +02:00 |
Clement Jamin
|
9d8d255307
|
Merge branch 'Triangulation-add_regular_tri-cjamin_mglisse-old' into Triangulation-add_regular_tri-cjamin_mglisse
|
2014-07-30 16:42:33 +02:00 |
Clement Jamin
|
d0b8281ab7
|
Update license in the code (QPL => GPL)
|
2014-06-24 15:47:47 +02:00 |
Clement Jamin
|
54a3641ae7
|
Regular_triangulation. Compiles but does not work.
|
2014-06-12 13:54:29 +02:00 |
Samuel Hornus
|
475ca91c6a
|
revised the definition of TDS::Facet and TDS::Rotor to avoid problems with automatic casting of Full_cell_handle to Facet, and fix Facet_iterator to not use the equality comparison of two Facets, which is not in the TDS concept
|
2012-07-19 13:46:48 +00:00 |
Samuel Hornus
|
427add5d67
|
removed points_begin()/end() from TriangulationFullCell
|
2012-07-17 12:44:39 +00:00 |
Olivier Devillers
|
c4d210193c
|
implementing_reviews
|
2012-06-08 16:04:21 +00:00 |
Samuel Hornus
|
6c798df21d
|
*) cleaner (like Triangulation_data_structure_3) handling of flags in simplices.
*) Remove usage of non-documented function from TDS in Delaunay_triangulation.h (ie, functions not in the TDS concept, mostly set/get_visited)
|
2011-05-31 12:11:11 +00:00 |
Samuel Hornus
|
1dafc48b7a
|
renamed some functions, see TODO
|
2011-05-10 19:49:31 +00:00 |
Samuel Hornus
|
42ba0c960d
|
some cleanup in the code
|
2011-05-10 15:56:58 +00:00 |
Samuel Hornus
|
c623439481
|
renamed all simplex and vertex classes
|
2011-05-10 14:10:39 +00:00 |
Samuel Hornus
|
6934fe43d9
|
renaming internal directory
|
2011-05-10 12:38:08 +00:00 |