Simon Giraudot
|
d7eb45c37b
|
Bugfix: point is marked as removed if iterator distance is lesser OR equal to 0
|
2017-01-30 08:45:22 +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 |
Sébastien Loriot
|
f214bc332b
|
Update project names
|
2017-01-19 11:10:03 +01:00 |
Sébastien Loriot
|
f3251a5575
|
fix project names
|
2017-01-19 11:07:39 +01:00 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +01:00 |
Simon Giraudot
|
1dcd37b7dc
|
Warning fix: implicit conversion
|
2017-01-06 07:33:30 +01:00 |
Sébastien Loriot
|
b8dcd5cdac
|
propose user manual improvements
|
2017-01-05 11:52:19 +01:00 |
Simon Giraudot
|
dbb58ac53d
|
Display fix, remove linebreaks
|
2017-01-05 10:34:15 +01:00 |
Simon Giraudot
|
7bcb5b02eb
|
Fix warnings
|
2017-01-05 07:57:05 +01:00 |
Simon Giraudot
|
f9dcc4b721
|
Fix warnings
|
2017-01-04 10:40:24 +01:00 |
Simon Giraudot
|
d08efe278c
|
Use max precision for stringstream
|
2016-10-28 14:48:25 +02:00 |
Simon Giraudot
|
5b7dea069e
|
Two bug fixes
|
2016-10-18 15:39:51 +02:00 |
Simon Giraudot
|
bdbd31ee11
|
Bugfix: do not define the prototype of Push_property_map beforehand
|
2016-10-18 15:27:38 +02:00 |
Simon Giraudot
|
17b25a50ac
|
Update with latest review
|
2016-10-14 14:31:06 +02:00 |
Simon Giraudot
|
69c6f96727
|
Fix properties() behavior
|
2016-10-12 12:16:03 +02:00 |
Simon Giraudot
|
8a18e754be
|
Fix boost demangle
|
2016-10-12 11:33:10 +02:00 |
Simon Giraudot
|
3a24b788c4
|
Fix some warnings/errors from testsuite
|
2016-10-12 10:36:57 +02:00 |
Simon Giraudot
|
6b17b65705
|
Update manual with latest review
|
2016-10-12 09:18:45 +02:00 |
Simon Giraudot
|
784497ec5b
|
Merge branch 'Point_set_3-GF' of github.com:CGAL/GeometryFactory into Point_set_3-GF
|
2016-10-11 15:02:45 +02:00 |
Sébastien Loriot
|
d7773af9fc
|
remove useless config flags
|
2016-10-11 14:58:42 +02:00 |
Simon Giraudot
|
60377f2f10
|
Bugfix: update outdated method name
|
2016-10-11 14:22:34 +02:00 |
Simon Giraudot
|
8fbacbcf11
|
Add clear_properties() method
|
2016-10-11 09:08:58 +02:00 |
Simon Giraudot
|
62578b554c
|
Update doc with latest review
|
2016-10-11 08:54:27 +02:00 |
Simon Giraudot
|
de818c427e
|
Fixed operator<<
|
2016-09-30 10:02:40 +02:00 |
Simon Giraudot
|
6312281451
|
Typo correction
|
2016-09-28 15:31:45 +02:00 |
Simon Giraudot
|
e877b0f688
|
Move stream operators to IO
|
2016-09-28 11:15:29 +02:00 |
Simon Giraudot
|
bdcfea5d57
|
Update user manual
|
2016-09-28 10:50:34 +02:00 |
Simon Giraudot
|
d097870ecd
|
Update examples
|
2016-09-28 10:50:22 +02:00 |
Simon Giraudot
|
d4ab17634e
|
Update reference manual
|
2016-09-28 10:49:42 +02:00 |
Simon Giraudot
|
a6b64c907b
|
WIP: operator<< to recover all properties in PLY output
|
2016-09-27 15:38:30 +02:00 |
Simon Giraudot
|
17c3c777fe
|
Example now writes PLY
|
2016-09-27 15:38:02 +02:00 |
Simon Giraudot
|
f095e21e60
|
Bugfix: has_normal_map() instead of has_normals()
|
2016-09-27 14:37:08 +02:00 |
Simon Giraudot
|
0017a02317
|
Add missing const
|
2016-09-27 14:36:58 +02:00 |
Simon Giraudot
|
21c95b267c
|
Explicit Point_set_3 parameter in PSP overloads
|
2016-09-27 11:39:17 +02:00 |
Simon Giraudot
|
2dc269bc05
|
Better encapsulation of Index generation
|
2016-09-27 11:01:18 +02:00 |
Simon Giraudot
|
7a870691d8
|
Update user man with additional review
|
2016-09-27 10:59:38 +02:00 |
Simon Giraudot
|
cfbbbd5c4e
|
Convenience PSP overloads
|
2016-09-26 15:36:16 +02:00 |
Simon Giraudot
|
1b9c30e5f1
|
Do not document ply interpreter
|
2016-09-26 15:35:46 +02:00 |
Simon Giraudot
|
5a0e3ef36e
|
Update examples and tests
|
2016-09-26 15:35:24 +02:00 |
Simon Giraudot
|
febe156cea
|
Update user manual with reviews
|
2016-09-26 15:35:06 +02:00 |
Simon Giraudot
|
a62ba4c627
|
Update user manual + features with reviews
|
2016-09-26 15:34:42 +02:00 |
Simon Giraudot
|
f631b25cf5
|
Update other include files
|
2016-09-26 09:38:00 +02:00 |
Simon Giraudot
|
32c88d3c10
|
Update tests
|
2016-09-26 09:37:45 +02:00 |
Simon Giraudot
|
69da32f097
|
Update examples
|
2016-09-26 09:37:30 +02:00 |
Simon Giraudot
|
786b79f30f
|
Safer index behavior
|
2016-09-26 09:37:06 +02:00 |
Simon Giraudot
|
e56570f366
|
Unify names and remove superfluous methods
|
2016-09-26 09:00:32 +02:00 |
Simon Giraudot
|
4ce6cffe9e
|
Revert "Cleaner and safer way of accessing elements in pmaps with indices"
This reverts commit 97c31a8327.
|
2016-09-26 08:54:01 +02:00 |
Simon Giraudot
|
97c31a8327
|
Cleaner and safer way of accessing elements in pmaps with indices
|
2016-09-23 15:41:06 +02:00 |
Simon Giraudot
|
86e0439c96
|
Update examples
|
2016-09-23 12:29:24 +02:00 |
Simon Giraudot
|
75d49bab9c
|
Update PLY reader
|
2016-09-23 12:29:15 +02:00 |
Simon Giraudot
|
d306a5fbf3
|
Add test
|
2016-09-23 12:29:03 +02:00 |
Simon Giraudot
|
4d69a31f94
|
Update user manual
|
2016-09-23 12:27:04 +02:00 |
Simon Giraudot
|
2aba8511e7
|
Update ref man + corrections of API
|
2016-09-23 12:26:37 +02:00 |
Simon Giraudot
|
096c8a7b3b
|
Unify API with Range and Surface_mesh
|
2016-09-22 15:41:56 +02:00 |
Simon Giraudot
|
ba6631abaa
|
Add new constructors with properties
|
2016-09-22 14:45:53 +02:00 |
Simon Giraudot
|
d47c39ecf6
|
Add overloads for point set processing functions
|
2016-09-22 14:02:38 +02:00 |
Simon Giraudot
|
d59d54fc17
|
Add useful typedefs
|
2016-09-22 13:58:38 +02:00 |
Simon Giraudot
|
d3c2c455c0
|
Simplify notations of property maps
|
2016-09-21 15:21:46 +02:00 |
Simon Giraudot
|
a929cab515
|
Replace Item by Index
|
2016-09-21 12:45:27 +02:00 |
Simon Giraudot
|
106319a0e8
|
Replace template Kernel by template Point (+ Vector)
|
2016-09-21 12:44:08 +02:00 |
Simon Giraudot
|
bb41464984
|
Update manual with first review
|
2016-09-21 08:30:09 +02:00 |
Simon Giraudot
|
4e559a681f
|
Update examples and test
|
2016-09-19 09:40:59 +02:00 |
Simon Giraudot
|
68650b2a3c
|
Correct typos in doc
|
2016-09-19 09:38:55 +02:00 |
Simon Giraudot
|
c534afaf79
|
Use documented types
|
2016-09-19 09:04:56 +02:00 |
Simon Giraudot
|
7e3b8cb370
|
User manual
|
2016-09-16 18:03:42 +02:00 |
Simon Giraudot
|
1a5bd6bac6
|
Update doc
|
2016-09-16 17:01:44 +02:00 |
Simon Giraudot
|
7d4586652f
|
Add package_info files
|
2016-09-16 15:17:32 +02:00 |
Simon Giraudot
|
6b9055d3cb
|
Corrections on doc
|
2016-09-16 15:12:13 +02:00 |
Simon Giraudot
|
937d4bfae9
|
Document PLY interpreter
|
2016-09-16 15:11:51 +02:00 |
Simon Giraudot
|
6d416a1795
|
Add missing method: get property push pmap
|
2016-09-16 14:21:10 +02:00 |
Simon Giraudot
|
c9e72f64c2
|
User manual and examples
|
2016-09-16 14:20:59 +02:00 |
Simon Giraudot
|
d013189a83
|
New examples and data
|
2016-09-16 14:19:25 +02:00 |
Simon Giraudot
|
57db41b284
|
Fix CMakeLists (adding Eigen)
|
2016-09-15 17:55:44 +02:00 |
Simon Giraudot
|
d894716a26
|
WIP: examples
|
2016-09-15 17:32:41 +02:00 |
Simon Giraudot
|
42d5d45921
|
WIP: user manual
|
2016-09-15 17:15:00 +02:00 |
Simon Giraudot
|
d3cd7f4d6c
|
More on reference manual + some fixes
|
2016-09-15 17:14:40 +02:00 |
Simon Giraudot
|
977364b662
|
More on reference manual
|
2016-09-15 11:50:48 +02:00 |
Simon Giraudot
|
a47c29376d
|
WIP: reference manual
|
2016-09-14 17:53:42 +02:00 |
Simon Giraudot
|
adbc4862de
|
Add files and dependencies for new package manual
|
2016-09-14 17:52:53 +02:00 |
Simon Giraudot
|
23c184a138
|
WIP: ref manual
|
2016-09-13 18:01:36 +02:00 |
Simon Giraudot
|
91a372772d
|
New feature: read whole content of ply point set to Point_set_3
|
2016-09-13 17:15:09 +02:00 |
Simon Giraudot
|
f04ce6a85e
|
Add method to get info from point set
|
2016-09-13 17:13:09 +02:00 |
Simon Giraudot
|
f003fcd2c5
|
Update polyhedron demo plugins
|
2016-09-13 15:07:33 +02:00 |
Simon Giraudot
|
92b8e1fd82
|
Simplify API
|
2016-09-13 15:07:21 +02:00 |
Simon Giraudot
|
50df9d558d
|
Update example and test
|
2016-09-13 12:33:40 +02:00 |
Simon Giraudot
|
a9c35e17de
|
Reintroduce difference between pmap and push_pmap
|
2016-09-12 15:18:51 +02:00 |
Simon Giraudot
|
e343c08794
|
Add const pmap if only get() is needed
|
2016-09-09 14:28:03 +02:00 |
Simon Giraudot
|
2dd21ec77a
|
Minor corrections
|
2016-09-09 09:39:53 +02:00 |
Simon Giraudot
|
2d035b3e6c
|
Move Point_set_3 to its own package
|
2016-09-09 08:30:26 +02:00 |