Commit Graph

164 Commits

Author SHA1 Message Date
Andreas Fabri 1d811ddf3d Advancing front reconstruction 2018-01-17 22:02:06 +00:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Laurent Rineau 7e9f756935 Replace all std::unary_function by CGAL::unary_function 2017-10-04 15:57:09 +02:00
Simon Giraudot 50b618d801 Fix typename warnings 2017-08-11 10:07:11 +02:00
Simon Giraudot 6a119fef11 Unify APIs of structuring and regularization 2017-08-01 15:47:58 +02:00
Simon Giraudot 85634b7a27 Change structure_point_set() with generalized API 2017-08-01 15:46:04 +02:00
Simon Giraudot b88deb3759 Rename Efficient_RANSAC_traits as Shape_detection_traits (same for concept) 2017-08-01 15:45:06 +02:00
Sébastien Loriot 02705704fb add missing license include directive 2017-01-19 15:20:27 +01:00
Sébastien Loriot e28842cf76 add missing include guards 2017-01-19 15:20:27 +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 e09f5b722d Merge pull request #1820 from afabri/Point_set_processing_3-Point_set_structuring-GF
Advancing_front_reconstruction: Robustify a call to squared_radius
2017-01-12 11:13:16 +01:00
Andreas Fabri b7d705d9f4 Robustify a call to squared_radius which had a division by 0 with 'flat' cells 2017-01-11 17:26:42 +01:00
Andreas Fabri 5122473d27 Suppress warnings for VC 32bit compilation in 2 CMakeLists.txt 2017-01-10 10:16:55 +01:00
Simon Giraudot af81335a3d Bugfix: typename outside class 2016-11-28 08:02:41 +01:00
Simon Giraudot 736e677ace Do not use non-documented function 2016-10-31 15:25:08 +01:00
Simon Giraudot f65db046b1 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-10-28 15:02:48 +02:00
Sébastien Loriot d07b26d364 fix doc bug 2016-10-24 18:16:06 +02:00
Sébastien Loriot 7e2ee496de update project name of cmake scripts of tests 2016-09-08 00:26:37 +02:00
Sébastien Loriot 6b338eeb1f improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
Simon Giraudot fe94837cb3 Update examples with change of name and API of structuring class 2016-04-12 17:31:22 +02:00
Simon Giraudot 372b2d161a Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old-old' into Point_set_processing_3-Point_set_structuring-GF-old 2016-04-12 14:01:45 +02:00
Sébastien Loriot 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Simon Giraudot 98b2ab832f Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-01-19 12:41:01 +01:00
Sebastien Loriot 13943432b5 Merge pull request #580 from sgiraudot/Advancing_front-Generalize_filter-GF
Advancing front: generalize filter
2016-01-19 11:39:49 +01:00
Simon Giraudot 40257fefb5 Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF 2016-01-12 11:53:09 +01:00
Simon Giraudot 92b35282b2 Add missing data example 2016-01-11 07:47:18 +01:00
Simon Giraudot 3c7f1ae52a More comments on example 2016-01-07 13:00:31 +01:00
Simon Giraudot 9aa9a19589 Documented screenshot on advancing front manual 2016-01-07 12:31:13 +01:00
Simon Giraudot f90a1d33fc New screenshot for advancing front with structured point set 2016-01-07 12:30:58 +01:00
Sébastien Loriot e64ae35a6e Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
2016-01-07 09:21:46 +01:00
Simon Giraudot 615dd99167 Update doc 2016-01-06 14:40:53 +01:00
Simon Giraudot 08c46d2462 Document functions computing priority values 2016-01-06 14:37:40 +01:00
Simon Giraudot e337df58f6 Merge branch 'Advancing_front-Generalize_filter-GF' into Point_set_processing_3-Point_set_structuring-GF 2016-01-06 08:36:01 +01:00
Simon Giraudot f4e4691f97 Store indices as std::size_t instead of int (makes more sense and avoid conversion trouble) 2016-01-05 11:17:16 +01:00
Simon Giraudot c415858eb1 Bug fix: cannot read input file on some platforms 2016-01-05 10:48:58 +01:00
Simon Giraudot 9fff3e913f Bug fix: typename outside class 2016-01-05 10:43:34 +01:00
Simon Giraudot ec9924a580 Adapt priority filters of advancing front to new API 2016-01-04 17:17:08 +01:00
Simon Giraudot 8af38db93e Merge branch 'Advancing_front-Generalize_filter-GF' into Point_set_processing_3-Point_set_structuring-GF 2016-01-04 16:27:43 +01:00
Simon Giraudot 0d6b8c1088 Revert "Advancing front: externalize priority computation"
This reverts commit 9180c3e6ba.
2016-01-04 16:27:20 +01:00
Simon Giraudot d4cd3e3973 Revert "Replace reference by variable in constructor for default value"
This reverts commit 05a1e68c79.
2016-01-04 16:27:15 +01:00
Simon Giraudot 8dab6907f7 Improve readability by introducing a "infinity()" method to AFSR 2016-01-04 15:03:41 +01:00
Simon Giraudot 11f8381350 Use std::numeric_limits<FT>::infinity() instead of HUGE_VAL 2016-01-04 14:58:46 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller 79b7fc5081 Handle the INPUT cases where the whole include dir is used 2015-12-10 17:03:46 +01:00
Simon Giraudot f88848fdbc Bugfix: always check if facet is sliver (instead of just checking first and last facets) 2015-12-10 15:33:25 +01:00
Simon Giraudot 3796a4dc63 Example of advancing front using point set structuring in manual 2015-12-09 17:34:25 +01:00
Simon Giraudot 7c0dce0f0a Fix error/warning: forgotten assignment in example 2015-12-08 10:49:44 +01:00