Andreas Fabri
4581f1b7a8
Morte replacements
2019-06-05 08:39:55 +02:00
Efi Fogel
2187738873
Introduced do_overlap() and is_between_cw()
2018-09-06 07:35:43 +03:00
Efi Fogel
66258c7d33
Cleaned up. In particular added 'm_' suffix to data member names.
2018-08-01 15:48:11 +03:00
Andreas Fabri
18acb2ece9
Arrangements
2018-01-18 15:05:34 +00:00
Sébastien Loriot
ee57fc2d6c
add SPDX identifier for files under the GPL-3+ license
2017-11-12 10:17:51 +01: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
Andreas Fabri
6c547e5663
Mainly added includes
2013-09-13 22:24:30 +02:00
Efi Fogel
712ebe392e
cleanup
2012-11-14 15:41:32 +02:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Michael Hemmer
0ad1081f53
consistent use of Multiplicity
2011-08-14 14:34:22 +00:00
Eric Berberich
749b8fed3f
fix years in header from svn
2011-06-03 09:51:23 +00:00
Eric Berberich
a7a06c4e2b
replaced Arr_..._side_category with :.._side_category
2011-05-31 18:08:54 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Efi Fogel
68d51b17d4
replaced Arr_blah_side_tag with Arr_blah_side_category
2009-09-20 16:18:10 +00:00
Efi Fogel
b774c39fb6
Fixed Arrangement_2 construction bug - made the geometry traits const
2009-07-05 12:56:48 +00:00
Eric Berberich
c6a483e877
svn merge -r49424:49633 $SVNCGAL/branches/unsorted-branches/eric/Arrangement_on_surface_2 .
...
Several internal changes:
- "infinity" -> "open_boundary"
- Arr_boundary_type enum only internal
- Is_bounded_2 -> generic Is_closed_2 (in Arr_traits_adaptor_2)
- removed undocumented Boundary_category from Geo Traits classes
-> added new side-tags
-> defined tags in all geo- + topo classes
-> are "completed" automatically for a geo traits in case it does not
provide them -> for backward compatibility (even better then before)
- New dispatch for Arr_traits_adaptor_2
- Added missing signatures for future points/curves on boundary sides
- Renamed undocumented Compare_x/y_on_identification_2
-> Compare_x/y_on_boundary_2
=> Simplified some code:
* e.g., "Task"-traits classes don't dispatch anymore ;-)
Order of functors grouped (Left/Right + Bottom/Top)
Added missing fucntors to Arr_tracing/counting_traits_2
2009-06-03 21:25:53 +00:00
Eric Berberich
137d235470
restored revision 49423
2009-05-24 10:51:50 +00:00
Eric Berberich
c682266048
deleted - ON PURPOSE - to restore old version before wrong commits to "trunk" that was NOT a branch
2009-05-24 10:50:55 +00:00
Eric Berberich
46c38c325a
restore deleted packages - sorry
2009-05-24 10:39:39 +00:00
Eric Berberich
b8a89e2080
deleted
2009-05-24 10:20:00 +00:00
Eric Berberich
5b167636ab
correct tags
2009-05-20 08:39:32 +00:00
Eric Berberich
42639378f6
new tags (missing case)
2009-05-19 17:37:52 +00:00
Eric Berberich
ba2f676092
applied new tagging
2009-05-19 17:31:51 +00:00
Eric Berberich
2451e4262f
is_bounded -> is_closed
2009-05-17 15:45:53 +00:00
Efi Fogel
d725ae85a5
Fixed boundary category
2007-12-08 10:56:13 +00:00
Efi Fogel
1d738d4d87
API change
2007-12-07 14:25:32 +00:00
Efi Fogel
4660418a61
API change
2007-12-06 15:26:30 +00:00
Efi Fogel
5007809e70
Pacified some compiler by removing const
2007-11-30 16:52:53 +00:00
Efi Fogel
8ef7e0d8ed
Pacified some compiler by removing const
2007-11-29 12:30:31 +00:00
Efi Fogel
d9595f3a61
API revisited
2007-11-21 10:23:08 +00:00
Ophir Setter
00fc08ca3f
Bug in zone when intersection point is on discontinuity + Remove unused variable warnings
2007-09-19 11:05:08 +00:00
Efi Fogel
d2ce4da4d9
wein: locate_curve_end implementation
2007-09-17 14:40:53 +00:00
Ophir Setter
4327171fd8
bug in zone in spherical topology
2007-09-16 07:42:41 +00:00
Efi Fogel
31974cb2ec
moved
2007-08-15 11:07:41 +00:00