Simon Giraudot
|
927474eecd
|
Modify named parameters and begin ref manual
|
2019-06-26 11:31:02 +02:00 |
Simon Giraudot
|
48ad9c4d57
|
Separate files and rename functions
|
2019-06-26 11:29:44 +02:00 |
Sébastien Loriot
|
da776c75c1
|
add compute_transformation
|
2019-06-26 11:29:44 +02:00 |
Sébastien Loriot
|
f2da91be40
|
update after OpenGR update
OpenGR HEAD = cbce48e030
|
2019-06-26 11:29:43 +02:00 |
Sébastien Loriot
|
5911cbc568
|
return score and silent logger
|
2019-06-26 11:29:42 +02:00 |
Sébastien Loriot
|
d36aa97573
|
add named parameters for OpenGR options
|
2019-06-26 11:29:41 +02:00 |
Sébastien Loriot
|
faf42467c2
|
first draft version of OpenGR wrapper
done based on super4pcs_test.cc
|
2019-06-26 11:29:16 +02:00 |
Dmitry Anisimov
|
3738de08ed
|
Merge branch 'master' into Point_set_shape_detection_3-make_it_general_with_region_growing-danston
|
2019-05-23 10:38:45 +02:00 |
Laurent Rineau
|
7bcad36d7e
|
Merge branch 'master' into Installation-remove_FindBLAS_LAPACK_TAUCS-GF
|
2019-05-14 16:03:28 +02:00 |
Dmitry Anisimov
|
92d3417012
|
dependencies + structuring example fixes
|
2019-04-25 18:30:43 +02:00 |
Simon Giraudot
|
aee8735193
|
Document neighbor_radius parameter and amend example
|
2019-04-19 12:47:31 +02:00 |
Simon Giraudot
|
d8b51a9672
|
Merge remote-tracking branch 'laurent/Installation-remove_FindBLAS_LAPACK_TAUCS-GF' into Installation-remove_FindBLAS_LAPACK_TAUCS-GF
|
2019-04-09 15:22:45 +02:00 |
Sébastien Loriot
|
5a30e88a92
|
replace cpp11::function by std::function
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
0669c6ad97
|
remove error messages and disabled test if CPP11 is not available in PSP
|
2019-03-29 10:41:49 +01:00 |
Simon Giraudot
|
911bea4021
|
Remove Lapack support from Jet_fitting, PSP, Ridges and Solver_interface
|
2019-03-08 09:53:21 +01:00 |
Andreas Fabri
|
e08d85f3e3
|
Set precision of the ostream when writing a point set or face graph. Add a \note in the manual
|
2019-03-04 15:50:18 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Andreas Fabri
|
e3abd29146
|
Do not suppress warnings in CMakeLists.txt
|
2019-02-17 18:45:19 +01:00 |
Andreas Fabri
|
25819705f5
|
Polyhedron, Intersections, PSP
|
2019-02-14 11:06:13 +01:00 |
Andreas Fabri
|
dc025bcdf8
|
Make number of points a parameter
|
2019-02-08 10:14:59 +01:00 |
Andreas Fabri
|
c3be03a5a2
|
PSP: Reduce the size of the data set in an example
|
2019-02-07 19:39:39 +01:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Laurent Rineau
|
c68cf8fc4c
|
Merge pull request #3129 from sgiraudot/Point_set_processing-Callbacks-GF
Point Set Processing: Callbacks
|
2018-06-27 10:21:40 +02:00 |
Simon Giraudot
|
70859adb20
|
Fix callback and avoid making too many syscalls
|
2018-06-21 12:46:39 +02:00 |
Simon Giraudot
|
b993dcfc29
|
Test callbacks with parallel version too
|
2018-06-18 16:04:34 +02:00 |
Andreas Fabri
|
a61c51d08f
|
This sneaked in. Thank you Laurent for pointing it out
|
2018-06-08 16:01:54 +01:00 |
Andreas Fabri
|
8efae621d8
|
And the same for the 3D weight
|
2018-06-08 15:52:05 +01:00 |
Simon Giraudot
|
ac391e0fb2
|
Add example for callbacks
|
2018-05-29 11:42:04 +02:00 |
Laurent Rineau
|
f12b3bf302
|
Prefix CMake options with `CGAL_`
- in `examples/Mesh_3/`,
- in `examples/Point_set_processing_3/`,
- in `demo/Polyhedron/`, and
- in `demo/Triangulation_3/`.
|
2018-03-08 12:07:49 +01:00 |
Andreas Fabri
|
f91a93d02b
|
Quit VC++ warning concerning a third party lib for reading LAS files
|
2018-03-06 15:05:21 +00:00 |
Simon Giraudot
|
4393ca5ed5
|
Fix remaining deprecated function
|
2018-01-10 16:39:33 +01:00 |
Simon Giraudot
|
bd73153ce6
|
Update PSP user manual with new API (+ tutorial to update code)
|
2018-01-10 16:39:32 +01:00 |
Simon Giraudot
|
506a5d2f33
|
Change API to named parameters in all PSP IO functions/examples/tests/doc
|
2018-01-10 16:39:31 +01:00 |
Simon Giraudot
|
628b229f68
|
Fix remaining old API in examples
|
2018-01-10 16:38:36 +01:00 |
Simon Giraudot
|
86634b3c17
|
Use new API of PSP with named parameters in include+example
|
2018-01-10 16:38:36 +01:00 |
Simon Giraudot
|
c58ea477f1
|
compute_average_spacing() with named parameters
|
2018-01-10 16:38:35 +01:00 |
Laurent Rineau
|
1296d83552
|
Fix the warning about CMP0023
|
2017-11-28 14:27:29 +01:00 |
Laurent Rineau
|
0681ac6dbc
|
Fix the TBB_USE_FILE warnings
|
2017-11-15 17:00:02 +01: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 |
Simon Giraudot
|
eed458b143
|
Fix binary write bug
|
2017-07-11 11:58:54 +02:00 |
Simon Giraudot
|
238f3afd70
|
Fix: use cpp11::tuple in examples
|
2017-07-11 11:58:54 +02:00 |
Simon Giraudot
|
fbe9e78ef0
|
Use std:: everywhere for tuples (make_tuple, get, etc.)
|
2017-07-11 11:58:54 +02:00 |