Laurent Rineau
|
99fe1bc548
|
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
|
2019-03-07 14:26:47 +01:00 |
Simon Giraudot
|
b0f16ee41d
|
Handle border case where xmax and ymax exact values should be used
|
2019-03-04 10:17:52 +01:00 |
Simon Giraudot
|
c41b73fd2a
|
Fix bbox precision and add assertion test
|
2019-03-04 09:26:34 +01:00 |
Simon Giraudot
|
0c2d09ae72
|
Mention change of serialization in the list of changes to the original code
|
2018-10-19 10:24:45 +02:00 |
Simon Giraudot
|
1b6e851774
|
Workaround serialization bug with null pointers
|
2018-10-04 12:03:26 +02:00 |
Sébastien Loriot
|
12651796a0
|
use a generic file with the argt class name being a macro
since several free functions needs to be defined, it seems
to be the simplest and cleanest solution
|
2018-08-28 10:35:46 +02:00 |
Simon Giraudot
|
267b1f475e
|
Fix types in local eigen analysis
|
2018-07-05 09:08:29 +02:00 |
Simon Giraudot
|
566e84f154
|
Fix conversion warnings
|
2018-07-05 09:08:28 +02:00 |
Simon Giraudot
|
b28a548b8e
|
Fix conversion warnings
|
2018-07-05 09:08:28 +02:00 |
Simon Giraudot
|
9b06cc3fac
|
Fix convertion warnings and update iterator type
|
2018-07-05 09:08:28 +02:00 |
Simon Giraudot
|
2ca491f81e
|
Add a see-also for neighbor query class to their neighborhood structure
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
3703436955
|
Replace std::size_t by unsigned int
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
29433bc164
|
Fix PointRange -> ClusterRange
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
d354fcba74
|
Add missing includes for header check
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
ecde89063b
|
Add missing SPDX identifiers
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
81ca078932
|
Replace energies by probabilities
|
2018-07-05 09:08:27 +02:00 |
Simon Giraudot
|
7b323a5e4c
|
Fix badly defined constructor when CGAL is not linked with TBB
|
2018-07-05 09:08:26 +02:00 |
Simon Giraudot
|
9a5a4770a5
|
Handle deprecated code (deprecated warnings + test)
|
2018-07-05 09:08:26 +02:00 |
Simon Giraudot
|
71f9425256
|
Remove outdated functions
|
2018-07-05 09:08:26 +02:00 |
Simon Giraudot
|
07ed11346d
|
Some additions to the manual
|
2018-07-05 09:08:26 +02:00 |
Simon Giraudot
|
bfb89cca73
|
Update API of Classification + reference manual
|
2018-07-05 09:07:33 +02:00 |
Simon Giraudot
|
38b0aedebe
|
Reduce memory consumption of neighborhood using boost::uint32_t
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
e4b373e7e5
|
Reduce memory consumption using compressed float and saving fewer things
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
9c29c75ce8
|
Only call operator[] once
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
82af495159
|
Make API of Evaluation more flexible
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
d5d501da51
|
Better API for eigen analysis + cluster variant
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
b6502a05c2
|
Add cluster classes to Classification
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
3f37fa504f
|
WIP: better API of feature generators + eigen analysis
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
49aea9ec26
|
Update mesh classification
|
2018-07-05 09:07:32 +02:00 |
Simon Giraudot
|
676a1989df
|
Simplifying features + better parallelization API
|
2018-07-05 09:07:31 +02:00 |
Simon Giraudot
|
f9ccc86238
|
Recover Mesh Classification from outdated dirty branch
|
2018-07-05 09:07:31 +02:00 |
Laurent Rineau
|
b86fff3f90
|
Merge pull request #3128 from sgiraudot/Solver_interface-Warn_against_diagonalize_traits-GF
Solver Interface: deprecate CGAL::Diagonalize_traits
|
2018-06-27 10:21:37 +02:00 |
Laurent Rineau
|
fad43cfed8
|
Merge pull request #3177 from sgiraudot/Classification-Bugfix_grid_has_points-GF
Classification: Fix bug + clean up has_points() method in Planimetric_grid
|
2018-06-20 17:20:58 +02:00 |
Simon Giraudot
|
41d554fe58
|
Deprecating Diagonalize_traits: document dependency to Eigen
|
2018-06-19 10:57:55 +02:00 |
Simon Giraudot
|
34e05470a4
|
Fix bug + clean up has_points() method in Planimetric_grid
|
2018-06-18 10:49:59 +02:00 |
Sebastien Loriot
|
1b84d7402d
|
Merge pull request #2978 from MaelRL/PMap-Fix_Default_pmap-GF
Property map: fix get() not returning the default value
|
2018-05-15 22:09:59 +02:00 |
Andreas Fabri
|
c54a6a4980
|
Put CGAL::random_shuffle() in the subnamespace cpp98
|
2018-04-11 09:32:23 +01:00 |
Andreas Fabri
|
063a91a771
|
Use CGAL::random_shuffle
|
2018-04-04 14:00:23 +01:00 |
Mael Rouxel-Labbé
|
288417a9ed
|
Renamed Default_property_map to Constant_property_map
|
2018-04-03 14:11:49 +02:00 |
Simon Giraudot
|
dfc1564865
|
Some clean up
|
2018-03-21 09:34:05 +01:00 |
Simon Giraudot
|
155e9c8720
|
Undocument internal and experimental features
|
2018-03-19 11:37:27 +01:00 |
Simon Giraudot
|
259a625142
|
Compute gradient of feature
|
2018-03-19 11:37:25 +01:00 |
Simon Giraudot
|
f634f3176c
|
Compute local eigen analysis on clusters
|
2018-03-19 11:37:25 +01:00 |
Laurent Rineau
|
6553d7a9b3
|
Fix check_headers in master
|
2018-02-20 10:59:04 +01:00 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +01:00 |
Sébastien Loriot
|
483f69728e
|
Refresh branch
|
2018-02-12 22:21:38 +01:00 |
Maxime Gimeno
|
f183a26b7c
|
add missing include in Classification
|
2018-02-05 10:34:49 +01:00 |
Maxime Gimeno
|
4d440a6b85
|
add missing include <map>
|
2018-02-05 07:50:15 +01:00 |
Maxime Gimeno
|
a6b455b618
|
Fixes
|
2018-02-02 13:52:33 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |