Laurent Rineau
|
e61409f770
|
Merge pull request #2321 from sloriot/CH3-fix_tetra_orientation
fix the orientation of convex hull polyhedron of 4 points
|
2017-07-31 16:50:48 +02:00 |
Sébastien Loriot
|
04ab1fd268
|
fix the orientation of the generated polyhedron in case of 4 non-coplanar points
|
2017-07-31 10:40:51 +02:00 |
Laurent Rineau
|
aff2a7a899
|
Merge pull request #2287 from maxGimeno/Fix_GCC8_warnings-GF
Fix new -Wcatch-value warnings (gcc>=8.0)
|
2017-07-25 18:17:42 +02:00 |
Laurent Rineau
|
66a10f5a91
|
Merge pull request #2275 from afabri/Convex_hull_3-OpenMesh-GF
Convex_hull_3: Make it work for OpenMesh
|
2017-07-25 18:17:02 +02:00 |
Maxime Gimeno
|
96f7b0f138
|
Fix catch value warnings
|
2017-07-21 11:27:14 +02:00 |
Andreas Fabri
|
df2754eaa4
|
Fix project() in CMakeList.txt
|
2017-07-21 10:54:16 +02:00 |
Laurent Rineau
|
5899b3072b
|
Fix indentation
|
2017-07-19 12:26:12 +02:00 |
Laurent Rineau
|
56fdea43d3
|
Fix indentation
|
2017-07-19 12:26:09 +02:00 |
Andreas Fabri
|
0cce789437
|
Add examples for using 3D convex hull functions with open mesh. And fix a bug in convex hull code
|
2017-07-19 12:25:31 +02:00 |
Guillaume Damiand
|
8059f82882
|
Re-add dynamic_hull_3.cpp example, removed by error.
|
2017-06-28 09:25:58 -04:00 |
Guillaume Damiand
|
c8250c4570
|
Merge branch 'master' into BGL-LCC-gdamiand
|
2017-06-15 10:03:53 -04:00 |
Maxime Gimeno
|
5ae96fc2aa
|
Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found.
|
2017-05-23 16:12:56 +02:00 |
Guillaume Damiand
|
885ef4775a
|
Update examples and tests following renaming of BGL LCC helpers.
|
2017-05-10 16:20:11 -04:00 |
Guillaume Damiand
|
755272148a
|
Cleanup BGL for LCC; add shortcut for item with id to simplify definition.
|
2017-03-31 17:11:36 -04:00 |
Guillaume Damiand
|
13ed16043b
|
Update BGL for LCC and continue on examples/tests
|
2017-03-29 14:22:27 -04:00 |
Laurent Rineau
|
1a2f617d89
|
Merge pull request #1843 from afabri/BGL_accelerate_copy_face_graph-GF
Accelerate copy_face_graph
|
2017-02-08 17:32:47 +01:00 |
Andreas Fabri
|
8d1db09275
|
The vertices must set_face()
|
2017-02-07 10:51:24 +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 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +01:00 |
Sébastien Loriot
|
abdf04ad3c
|
add deprecation warning
|
2016-12-29 12:09:05 +01:00 |
Sébastien Loriot
|
7e89c58fc5
|
remove no longer relevant warning
|
2016-12-29 12:06:02 +01:00 |
Sébastien Loriot
|
1258b7fae4
|
use BGL function instead of member function
|
2016-12-29 12:01:47 +01:00 |
Sébastien Loriot
|
31e5739a03
|
forward polyhedron type to the default traits
|
2016-12-29 12:00:42 +01:00 |
Andreas Fabri
|
e24a7f6c3d
|
Convex_hull_3: Put a class in the namspace CGAL
|
2016-12-09 17:39:44 +01:00 |
Andreas Fabri
|
7e95fe78c0
|
MFG -> PolygonMesh
|
2016-12-01 12:05:14 +01:00 |
Andreas Fabri
|
c2a71f8265
|
doc fix
|
2016-12-01 09:56:14 +01:00 |
Andreas Fabri
|
4153116123
|
Remove dependency on Polyhedron_3 in package description
|
2016-12-01 09:45:32 +01:00 |
Sébastien Loriot
|
7ddf66ba96
|
add missing dependancy
|
2016-11-30 13:07:33 +01:00 |
Andreas Fabri
|
466995a31b
|
Add typedef for Polyhedron_3
|
2016-11-30 11:56:52 +01:00 |
Andreas Fabri
|
d077bb18f7
|
P -> pm
|
2016-11-30 10:59:45 +01:00 |
Andreas Fabri
|
3fc151b0dd
|
polish, e.g. P -> pm
|
2016-11-30 10:32:40 +01:00 |
Andreas Fabri
|
9ee11501ac
|
Changes after the review by Sebastien
|
2016-11-30 10:03:00 +01:00 |
Andreas Fabri
|
04819599cd
|
some simple doc fixes
|
2016-11-30 08:40:04 +01:00 |
Andreas Fabri
|
394f9c5b2f
|
polish
|
2016-11-28 08:32:30 +01:00 |
Andreas Fabri
|
f451517eb3
|
improve doc
|
2016-11-28 08:22:17 +01:00 |
Andreas Fabri
|
332ae157f6
|
make halfspace_itersectios work with FaceGraph
|
2016-11-27 20:28:44 +01:00 |
Andreas Fabri
|
6c9d30d5bc
|
Go back from unordered_map to map. This fixes the testuite, but what is wrong with unorered_map???
|
2016-11-27 11:21:08 +01:00 |
Andreas Fabri
|
683490b2aa
|
star -> link
|
2016-11-26 10:46:54 +01:00 |
Andreas Fabri
|
10df561578
|
Cannot assign to a reference
|
2016-11-25 16:58:03 +01:00 |
Laurent Rineau
|
873e83a429
|
try to fix compilation errors
|
2016-11-25 16:51:45 +01:00 |
Andreas Fabri
|
0fbe03a5db
|
Fix section heading
|
2016-11-25 15:55:02 +01:00 |
Andreas Fabri
|
e9bb53f13a
|
polish + map -> unordered_map
|
2016-11-25 14:34:19 +01:00 |
Andreas Fabri
|
6082836e2e
|
Add examples
|
2016-11-25 14:33:05 +01:00 |
Andreas Fabri
|
ad85e5ecd7
|
Fix include guards
|
2016-11-25 06:36:52 +01:00 |
Andreas Fabri
|
1499951a18
|
Do not deprecate convex_hull_3_to_polyhedron_3
|
2016-11-25 06:09:55 +01:00 |
Andreas Fabri
|
ab87401a7b
|
Add data set
|
2016-11-24 18:50:54 +01:00 |
Andreas Fabri
|
d99a4d6236
|
Add example to examples.txt
|
2016-11-24 14:26:09 +01:00 |
Andreas Fabri
|
ed838bf943
|
Fix a bug also in 4.9, with 3 collinear points
|
2016-11-24 14:24:11 +01:00 |
Andreas Fabri
|
b6ff5e6932
|
Reorder sections in the manual, and add Surface_mesh in the exaxmple
|
2016-11-24 13:56:08 +01:00 |
Andreas Fabri
|
cd7e65e708
|
Fix doc of convexity_check()
|
2016-11-24 12:18:05 +01:00 |