Simon Giraudot
|
6ab9c45851
|
Use internal squared radius for backward compatibility
|
2017-04-28 18:18:38 +02:00 |
Simon Giraudot
|
09bdbad8e9
|
Remove useless file
|
2017-04-28 18:17:59 +02:00 |
Simon Giraudot
|
f8fd2a6eaf
|
WIP: change API of scale space (separate core/smoothing/meshing)
|
2017-04-28 18:07:53 +02: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
|
da2e41d30e
|
Use functor and not the global function as kernel header gets included after Scale_space header
|
2016-11-16 07:54:37 +01:00 |
Andreas Fabri
|
423242be31
|
dihedral_angle() -> approximate_dihedral_angle()
|
2016-10-11 15:35:20 +02:00 |
Andreas Fabri
|
c58582b5ec
|
Add global function dihedral_angle()
|
2016-09-30 15:23:15 +02:00 |
Maxime Gimeno
|
864c95ae08
|
Fix for #295
- Replacement of assert() by CGAL_assertion()
|
2015-10-29 10:39:53 +01:00 |
Simon Giraudot
|
2d248ae75e
|
Bugfix: wrong default template parameter (from bad conflict resolution)
|
2015-10-02 16:07:13 +02:00 |
Simon Giraudot
|
f46b7f2d67
|
Merge branch 'CGAL-Solver-package-GF-old' into CGAL-Solver-package-GF
|
2015-09-30 12:52:00 +02:00 |
Simon Giraudot
|
aff8634ec1
|
Merge branch 'Scale_space_reconstruction_3-handle_non_manifold-sgiraudot' of github.com:CGAL/cgal-dev into Scale_space_reconstruction_3-handle_non_manifold-sgiraudot
|
2015-09-28 17:47:29 +02:00 |
Jane Tournois
|
a78fff4256
|
fix conversion warning
|
2015-09-28 16:58:20 +02:00 |
Simon Giraudot
|
0ef66b49d0
|
Remove unused variable
|
2015-09-28 16:24:50 +02:00 |
Simon Giraudot
|
9ddb7ad2a3
|
Bugfix: invalid initialization of non-const reference
|
2015-09-28 15:50:43 +02:00 |
Simon Giraudot
|
cde66e8270
|
Fix testsuite warnings (conversion std::size_t to unsigned int)
|
2015-09-28 10:38:12 +02:00 |
Simon Giraudot
|
1c064e9552
|
Doc fix: remove parameters that were removed from code
|
2015-09-25 10:27:59 +02:00 |
Simon Giraudot
|
a4f242a0cc
|
Replace Internal_diagonalize_traits by Diagonalize_traits + corrections in Concepts/Models
|
2015-09-16 11:41:26 +02:00 |
Simon Giraudot
|
e5c01e4e64
|
Update scale space with bugfix (DiagonalizeTraits returns largest eigenvector, not smallest, so it cannot be used here)
|
2015-09-04 17:37:02 +02:00 |
Simon Giraudot
|
a107ae4fff
|
Update scale space (code + doc) using the DiagonalizeTraits concept
|
2015-09-03 18:54:52 +02:00 |
Simon Giraudot
|
f11e173a20
|
In scale space: replace internal PCA implementation by DiagonalizeTraits
|
2015-09-03 14:38:22 +02:00 |
Simon Giraudot
|
644df25e9e
|
force_manifold and separate_shells attributes replaced by parameters for clearer interface
|
2015-08-24 17:23:16 +02:00 |
Simon Giraudot
|
fb7b5d7884
|
Moved operator_less in internal::Scale_space and fixed a warning (uninitialized variable)
|
2015-08-13 15:01:23 +02:00 |
Simon Giraudot
|
52303cd246
|
Doc of scale space: note about the effects of set_force_manifold function
|
2015-08-13 10:51:19 +02:00 |
Simon Giraudot
|
bba0354286
|
Option to handle non-manifold features, related example and updated Polyhedron demo plugin
|
2015-08-12 18:08:02 +02:00 |
Andreas Fabri
|
b23778e5ff
|
remove unused typedef
|
2015-07-16 10:27:48 +02:00 |
Andreas Fabri
|
b2be326b52
|
Cleanup: no longer #if 0 with the old code; Put Inc in a nested namespace
|
2015-07-15 12:16:25 +02:00 |
Andreas Fabri
|
d2e0c7ea61
|
cleanup
|
2015-06-30 09:57:30 +02:00 |
Andreas Fabri
|
9b24ef58fc
|
Do not use a std::map but store the index of a point directly in the AABB tree
|
2015-06-29 16:41:22 +02:00 |
Andreas Fabri
|
728b4a2f5f
|
Replace incremental search with a range query and a k-neighbor search
|
2015-06-23 14:59:50 +02:00 |
Sébastien Loriot
|
f162da1a7c
|
the order of the pts in the kd-tree is shuffled -> Internally store the input pts
This does not change the memory pick, since the points are anyway duplicated
while advancing the scale space
|
2015-01-20 10:27:15 +01:00 |
Sébastien Loriot
|
0c2b3fb3a0
|
size_t -> std::size_t
|
2015-01-09 16:13:05 +01:00 |
Sébastien Loriot
|
f4a88dd2af
|
rename include guards
|
2015-01-09 15:58:31 +01:00 |
Sébastien Loriot
|
fe88d44c1a
|
move impl file out of the CGAL path
|
2015-01-09 15:56:34 +01:00 |
Sébastien Loriot
|
053ae07dd9
|
followup of previous commit
forgot to remove include
|
2015-01-09 15:55:02 +01:00 |
Sébastien Loriot
|
781d4b9402
|
remove unused file
|
2015-01-09 15:53:39 +01:00 |
Sébastien Loriot
|
71c6c15d8a
|
remove comments
|
2015-01-09 15:53:39 +01:00 |
Sébastien Loriot
|
49ed07a496
|
remove warning
|
2014-12-24 09:47:34 +01:00 |
Thijs van Lankveld
|
c2873d8d37
|
Fix for the bugfix for clearing the surface.
|
2014-12-23 17:36:41 +01:00 |
Sébastien Loriot
|
5cebd6e1de
|
bufix: if _surface is cleared, _shells should be too
|
2014-12-23 17:25:32 +01:00 |
Andreas Fabri
|
ee97525dc8
|
unsigned int -> int; slighlty modify example
|
2014-12-23 16:46:47 +01:00 |
Sébastien Loriot
|
886250df7e
|
fix unused variable warning
|
2014-12-23 15:06:42 +01:00 |
Sébastien Loriot
|
708f6cbfc4
|
add empty line at end of file
|
2014-12-23 15:04:22 +01:00 |
Sébastien Loriot
|
d8edeece70
|
clarify the meantime of FS
|
2014-10-24 13:59:20 +02:00 |
Sébastien Loriot
|
a8956a29d1
|
fix linking and reordering
|
2014-10-13 08:56:36 +02:00 |
Sébastien Loriot
|
0cbae3fd78
|
reorder functions and create a new group
|
2014-09-22 14:54:23 +02:00 |
Sébastien Loriot
|
d488bf165f
|
rename has/estimate_neighborhood_radius --> has/estimate_neighborhood_squared_radius
|
2014-09-22 14:29:58 +02:00 |
Sébastien Loriot
|
a7626a212f
|
rename Const_XXX_iterator -> XXX_const_iterator
|
2014-09-22 14:20:38 +02:00 |
Sébastien Loriot
|
d1c866f603
|
rename scale_space_[begin/end] -> points_[begin/end]
|
2014-09-22 14:15:39 +02:00 |
Sébastien Loriot
|
b742e49526
|
remove functions from the public api to avoid confusion
|
2014-09-22 14:08:27 +02:00 |
Sébastien Loriot
|
d4d4f8a857
|
add a method number_of_points()
|
2014-09-22 09:27:04 +02:00 |
Sébastien Loriot
|
1d0e2e4487
|
fix empty range if functor is const
|
2014-09-22 09:26:02 +02:00 |
Sébastien Loriot
|
64ca97f3c5
|
missing a reference to the shape pointer that is updated in the function
|
2014-09-22 09:04:55 +02:00 |
Sébastien Loriot
|
9b47907351
|
fix compilation issues and warnings
|
2014-09-18 19:43:20 +02:00 |
Thijs van Lankveld
|
cc8cb53a32
|
All comments of review round 2 processed.
|
2014-09-11 16:41:18 +02:00 |
Thijs van Lankveld
|
8de2155271
|
Some more review changes
|
2014-09-11 14:08:15 +02:00 |
Thijs van Lankveld
|
4cdaef2e28
|
Most of the 2nd round review comments processed.
|
2014-09-10 16:20:17 +02:00 |
Thijs van Lankveld
|
79cab3b832
|
Changes for 2nd review documentation
|
2014-09-10 11:06:00 +02:00 |
Thijs van Lankveld
|
e757a436c3
|
More updates to the documentation based on the 2nd review round.
|
2014-09-02 18:51:53 +02:00 |
Thijs van Lankveld
|
51e0c2cbbf
|
Merge branch 'Scale_space_reconstruction_3-tvanlank' of ssh://scm.cgal.org/var/git/cgal into Scale_space_reconstruction_3-tvanlank
Conflicts:
Scale_space_reconstruction_3/include/CGAL/Scale_space_surface_reconstruction_3.h
|
2014-09-02 17:57:01 +02:00 |
Thijs van Lankveld
|
6eb9d75dc9
|
First updates based on the second review round.
|
2014-09-02 17:53:07 +02:00 |
Andreas Fabri
|
6fc3c4e504
|
more typos
|
2014-08-26 17:13:54 +02:00 |
Andreas Fabri
|
000a1d1a39
|
typos
|
2014-08-26 16:22:58 +02:00 |
Thijs van Lankveld
|
d7d5c1afa3
|
small warning fixes
|
2014-07-24 12:28:11 +02:00 |
Thijs van Lankveld
|
a199546f52
|
Second example about incremental computation.
|
2014-07-15 15:59:01 +02:00 |
Thijs van Lankveld
|
e99b2fb823
|
PCA second constructor fixed
|
2014-07-15 15:54:15 +02:00 |
Sébastien Loriot
|
ab3d9ea83a
|
rename a file
|
2014-07-15 15:30:06 +02:00 |
Thijs van Lankveld
|
4f7329cf60
|
More changes due to review 1, e.g. add_points
|
2014-07-03 12:13:34 +02:00 |
Thijs van Lankveld
|
e576e75416
|
TBB does not need local objects. This saves copying the tree.
|
2014-07-02 21:00:19 +02:00 |
Thijs van Lankveld
|
dcd4be5021
|
Parallel processing implemented with TBB
|
2014-07-02 20:37:16 +02:00 |
Thijs van Lankveld
|
22eea2c12a
|
Eigen methods separated into the Weighted_PCA_projection_3 class.
|
2014-06-23 21:04:41 +02:00 |
Thijs van Lankveld
|
f99402ee6b
|
Comments of Scale_space_surface_reconstruction_3 fixed to 80 chars per line.
|
2014-06-17 16:59:32 +02:00 |
Thijs van Lankveld
|
eb17d6d688
|
Updates to the documentation due to review.
|
2014-06-17 16:52:21 +02:00 |
Thijs van Lankveld
|
d8eb30b38d
|
Fixed a mistake where the main class files were not added correctly.
|
2014-06-10 16:23:01 +02:00 |
Thijs van Lankveld
|
3a8004e2b3
|
Processed Andreas' quick review of the documentation.
|
2014-06-10 15:39:22 +02:00 |
Andreas Fabri
|
4ed0eeeef1
|
cosmetic fixes
|
2014-05-29 08:26:07 +02:00 |
Sébastien Loriot
|
bfc74c67ea
|
fix compilation issue with g++ on Linux
|
2014-05-23 22:38:53 +02:00 |
Sébastien Loriot
|
6ccb1c5c60
|
fix compilation issues with g++ on linux
|
2014-05-23 19:08:25 +02:00 |
Thijs van Lankveld
|
64953a88e4
|
Update first documentation just before CGAL submission.
Performance table added.
|
2014-05-23 17:16:09 +02:00 |
Thijs van Lankveld
|
3e9970f932
|
Reference manual first version finished.
|
2014-05-16 20:13:08 +02:00 |
Thijs van Lankveld
|
f5df91fa33
|
Scale space documentation update.
|
2014-05-15 19:43:21 +02:00 |
Thijs van Lankveld
|
941e01ffa3
|
First real setup for the documentation.
|
2014-04-15 19:46:52 +02:00 |
Thijs van Lankveld
|
1729e9b098
|
Reorganize internal directory structure.
|
2014-04-04 15:09:04 +02:00 |
Thijs van Lankveld
|
2841f9d286
|
Separate auxiliary classes and put them in internal.
|
2014-04-04 14:21:07 +02:00 |
Thijs van Lankveld
|
5e89c44b56
|
Extraneous file removed.
|
2014-03-27 17:15:33 +01:00 |
Thijs van Lankveld
|
273d4264d8
|
Combined into one class.
This did mess up the documentation a bit..
|
2014-03-27 17:13:34 +01:00 |
Thijs van Lankveld
|
e016b1360b
|
Directory structure and first version of files.
|
2014-03-26 14:11:12 +01:00 |