Mael Rouxel-Labbé
0721be1a58
Use \link / \ref to add missing links of functions with parameters
2025-09-19 00:26:17 +02:00
Andreas Fabri
e2058c01c6
Remove some hyphens
2025-05-15 07:28:31 +01:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sébastien Loriot
e893ac1178
cosmetic changes
2020-08-18 10:06:51 +02:00
Simon Giraudot
358b2d20d8
Fix point map type
2020-03-26 11:10:23 +01:00
Laurent Rineau
c43d6bd8eb
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-02-25 14:47:03 +01:00
Laurent Rineau
1f52e0085a
Fix citation (wrong case)
2020-02-19 11:22:38 +01:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Sébastien Loriot
2f9408f867
rename link name to match package name
2018-10-08 10:28:55 +02:00
Sébastien Loriot
a2e8a1c68f
add the suffix Ref to doxygen link to reference
2018-10-08 10:26:56 +02:00
Andreas Fabri
f723c527e1
Surface_mesh_shortest_path
2018-01-17 21:56:19 +00:00
Sébastien Loriot
8cdfad0d08
add missing URL and Id tags
2017-11-15 22:58:57 +01: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
Laurent Rineau
cfc0ac01c3
Merge pull request #1699 from sloriot/SMSeg-match_concepts
...
Update code to match documented concepts
2016-12-02 11:35:48 +01:00
Sébastien Loriot
e17cabba90
use BGL helper free function is_triangle_mesh instead of a member one
2016-11-18 07:52:40 +01:00
Laurent Rineau
42c0fc3c46
Missing includes
2016-09-30 15:23:15 +02:00
Sébastien Loriot
312d4cb553
Uniformize names of template parameters and graph in segmentation package
2016-02-10 18:39:48 +01:00
Andreas Fabri
1d2f26ea3c
Functions must be written with '()'
...
Approved by the release manager
2015-02-10 15:51:01 +01:00
Sébastien Loriot
21a705cdd9
do not use default template parameters
2014-12-23 14:59:00 +01:00
Sébastien Loriot
ec13e3ed94
segmentation requires a model of FaceListGraph
2014-07-04 13:55:52 +02:00
Sébastien Loriot
271cab1134
change the order of template parameter for segmentation
...
the order is imposed by the default
note this breaks the compatibility when the traits class was explicitly given
2014-07-01 16:43:27 +02:00
Sébastien Loriot
a6e7d9cfd4
add missing back quotes
2014-06-11 14:20:51 +02:00
Sébastien Loriot
b84d131b92
segmentation requires a model of FaceGraph
2014-06-11 14:20:05 +02:00
Andreas Fabri
d92d0cef84
Use CGAL points even for OpenMesh
2014-06-10 15:26:06 +02:00
Sébastien Loriot
db346b1ad3
add extra overload if c++11 is not enabled
2014-06-06 15:36:27 +02:00
Sébastien Loriot
aec7e99e6a
introduce the point property map
2014-06-05 21:24:34 +02:00
Sébastien Loriot
8b88547955
fix compilation issues
2014-06-05 17:01:59 +02:00
Andreas Fabri
84208ee628
constness problems with CGAL::Polyhedron_3. The problem with edges(G) persists :<
2014-06-05 16:12:03 +02:00
Andreas Fabri
3d7d596e6b
Use vertex_point property map so that it now also compiled with OpenMesh
2014-06-05 15:29:49 +02:00
Andreas Fabri
2c4c38809d
switch internally to BGL API in mesh segmentation. We still have to deal with the point property maps
2014-06-05 12:05:54 +02:00
Laurent Rineau
fd70ee758c
Fix license of Surface_mesh_segmentation headers
...
The package is copyright GeometryFactory, and published under license
GPLv3+.
The file <CGAL/internal/auxiliary/graph.h> is a special case: it is
owned by an external (Yuri Boykov) and was released under GPLv2+. That
means than we can relicense it to GPLv3+.
2014-02-06 18:36:21 +01:00
Sébastien Loriot
61c91a1971
turn int to std::size_t when it is possible
2013-12-23 16:49:46 +01:00
Sébastien Loriot
dd485f4839
add empty line at the end of the files to remove a warning
2013-12-23 16:49:44 +01:00
Sébastien Loriot
8848fd691e
using CGAL_CFG_NO_CPP0X_DEFAULT_TEMPLATE_ARGUMENTS_FOR_FUNCTION_TEMPLATES
2013-12-23 16:49:41 +01:00
Sébastien Loriot
7ce41550b3
rename all the function consistently
2013-12-23 16:49:41 +01:00
Sébastien Loriot
2f1bf6fcd3
rename parameter extract_segments to output_cluster_ids and flip the behavior
2013-12-23 16:49:41 +01:00
iyaz
bf86ca842c
add number_of_cluster > 0 as a precondition, fix typos in internal comments
2013-09-06 00:48:58 +03:00
Sébastien Loriot
f3bef2ed1c
a few fixes in the refman following reviewers comments
2013-09-05 09:11:32 +02:00
Sébastien Loriot
ecc6cd0a0b
fix function doc
2013-09-04 19:47:47 +02:00
Sébastien Loriot
0052bf9643
do not document Fast_sdf_calculation_mode
2013-09-04 17:44:12 +02:00
Sébastien Loriot
1e2c6955a5
rephrasing
2013-09-04 17:11:52 +02:00
Sébastien Loriot
4005e2bc79
add missing bool in function call
2013-09-04 11:58:52 +02:00
Sébastien Loriot
a97f340f68
using cgalCite macro
2013-09-04 08:24:46 +02:00
iyaz
a0bf04f654
remove one-ring (just leave edge-adjacent) both in ref and user manual
2013-08-08 17:14:57 +03:00
iyaz
dd5bf0ec3e
add postprocess function to the API (code related changes)
2013-08-08 02:33:20 +03:00
iyaz
36d50d9477
add another parameter to API which lets user to get either cluster or segment ids as output
2013-08-06 23:23:56 +03:00
iyaz
317ee4a7ea
Function Documentation related changes (based on comments of reviewer-1)
2013-08-06 12:31:28 +03:00