Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Laurent Rineau
|
423c4fbd11
|
Merge pull request #3266 from MaelRL/PMP-Snap_boundary-GF
PMP: boundary snapping
|
2019-05-14 16:48:00 +02:00 |
Laurent Rineau
|
47aa42490b
|
Merge pull request #3911 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-5.0-GF
PMP: Fix duplicate_non_manifold_vertices() with pinched vertices (5.0)
|
2019-05-14 16:30:25 +02:00 |
Laurent Rineau
|
d82109cdac
|
Merge pull request #3910 from maxGimeno/Polgon_mesh_slicer-Fix_orientation-GF
PMP::Orient polylines of Polgon Mesh Slicer ccw.
|
2019-05-13 17:43:57 +02:00 |
Maxime Gimeno
|
910d6d076b
|
use CGAL_USE()
|
2019-05-13 16:40:07 +02:00 |
Sébastien Loriot
|
c49f173d83
|
polyline orientation depend on supporting mesh
|
2019-05-08 10:13:40 +02:00 |
Andreas Fabri
|
1a1f336f2c
|
Open with std::ios::binary; isspace needs an unsigned char
|
2019-05-07 11:41:16 +02:00 |
Maxime Gimeno
|
962bac73b2
|
don't test if not closed
|
2019-05-07 11:12:59 +02:00 |
Maxime Gimeno
|
cc4bc212f9
|
Don't use c++11 in tests
|
2019-05-07 10:41:13 +02:00 |
Mael Rouxel-Labbé
|
713f5a2d45
|
Resolve conflicts between master and 4.14-based branch that fixes manifoldness
Conflicts resulting from the switch to C++11 (BOOST_FOREACH disappearing etc.)
|
2019-05-07 10:34:16 +02:00 |
Maxime Gimeno
|
fe675e87b1
|
Fix test and update doc.
|
2019-05-07 09:58:27 +02:00 |
Maxime Gimeno
|
0105eefe45
|
Add a test to detect if the result of the slicer is cw oriented when seen from the positive side of the slice-plane. If it is, reverse the orientation. Add assertions in the test.
|
2019-05-07 09:40:47 +02:00 |
Mael
|
21ebdb737c
|
Merge branch 'master' into PMP-Snap_boundary-GF
|
2019-05-06 15:53:56 +02:00 |
Mael Rouxel-Labbé
|
e0842e7a0f
|
Use namespace 'CGAL::experimental::' for functions that will end in CGAL::
Instead of putting everything in internal::
|
2019-05-06 15:50:22 +02:00 |
Mael Rouxel-Labbé
|
c716d6ed7b
|
Add a new, more real test
|
2019-05-06 14:54:42 +02:00 |
Sébastien Loriot
|
4bf4732abf
|
fix the test
not all null-edges can be removed in case the genius is preserved
|
2019-04-26 11:08:57 +02:00 |
Mael Rouxel-Labbé
|
b9cd5509b8
|
Rectified fake claims in repair tests
|
2019-04-19 13:27:38 +02:00 |
Mael Rouxel-Labbé
|
3395742088
|
Added tests to remove_degenerate_* functions
|
2019-04-19 13:21:24 +02:00 |
Mael Rouxel-Labbé
|
56878ef322
|
Renamed test files
|
2019-04-18 15:01:34 +02:00 |
Mael Rouxel-Labbé
|
85fe34cf99
|
Minor test improvements
|
2019-04-18 14:59:49 +02:00 |
Sébastien Loriot
|
1a97dcfb8e
|
Merge pull request #3441 from afabri/PMP-centroid-GF
[Small Feature] Add centroid(TriangleMesh) to Polygon Mesh Processing
|
2019-04-12 15:45:48 +02: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
|
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 |
Andreas Fabri
|
e758a7ddb0
|
Correct implementation of centroid of surface mesh
|
2019-03-21 13:36:30 +01:00 |
Andreas Fabri
|
f1f6e0dc52
|
Do not test the centroid with Epec
|
2019-03-21 13:36:30 +01:00 |
Andreas Fabri
|
a38b7e7b3d
|
Add typename
|
2019-03-21 13:36:30 +01:00 |
Andreas Fabri
|
2f4cb13faf
|
Test centroid()
|
2019-03-21 13:36:30 +01:00 |
Laurent Rineau
|
9f9ae00369
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch'
|
2019-02-22 16:39:48 +01:00 |
Mael Rouxel-Labbé
|
93cf8d07b2
|
Improved triangulate_faces tests
|
2019-02-21 14:44:44 +01:00 |
Andreas Fabri
|
507ebe1b83
|
Let's give it another try?
|
2019-02-11 10:43:12 +01:00 |
Mael Rouxel-Labbé
|
3d588937c4
|
Added another test
|
2019-02-08 13:37:44 +01:00 |
Mael Rouxel-Labbé
|
e7ed57d2b5
|
Added tests for non conformal snapping
|
2019-02-08 13:02:05 +01:00 |
Mael Rouxel-Labbé
|
aca47ace9a
|
Updated snap test to reflect changes in vertex-vertex snapping behavior
|
2019-02-08 11:13:59 +01:00 |
Andreas Fabri
|
9b030b0b45
|
try this
|
2019-01-31 18:18:49 +01:00 |
Andreas Fabri
|
813054120f
|
Initialize a boost::optional
|
2019-01-30 13:14:48 +01:00 |
Laurent Rineau
|
698c13d973
|
Merge pull request #3500 from sloriot/PMP-stitching_nm_bug-4.13
Fix for stitching (4.13 and master)
|
2018-12-19 16:12:01 +01:00 |
Sébastien Loriot
|
1efb1d5162
|
change kernel to avoid conflict with master
|
2018-12-14 08:27:19 +01:00 |
Laurent Rineau
|
0f6f9c388e
|
Merge pull request #3499 from sloriot/PMP-stitching_nm_bug
Fix for stitching (4.12)
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h
|
2018-12-06 18:08:38 +01:00 |
Sébastien Loriot
|
44addb1f83
|
two halfedges with the same target and source points are non-manifold
|
2018-11-30 09:56:33 +01:00 |
Sébastien Loriot
|
f070af9a70
|
workaround when interseciont polyline goes to the border
|
2018-11-22 13:38:31 +01:00 |
Sébastien Loriot
|
7d19fe6940
|
be more robust in case of tangency
|
2018-11-20 10:50:32 +01:00 |
Sébastien Loriot
|
6f5ba0ddfa
|
handle clipping with clipper on border edge
|
2018-11-19 14:26:05 +01:00 |
Mael
|
49033c14ad
|
Merge branch 'master' into PMP-Snap_boundary-GF
|
2018-11-13 22:38:58 +01:00 |
Sebastien Loriot
|
00cf0a2889
|
Merge pull request #3413 from gdamiand/CGAL-cmake_cleanup-gdamiand
Clean CMakeLists.txt of examples and tests
|
2018-11-12 15:01:46 +01:00 |
Sébastien Loriot
|
a51a153c31
|
fix when bbox has a 0-width + update testsuite
|
2018-11-06 10:56:04 +01:00 |
Sébastien Loriot
|
6b8a36ba0c
|
update clipping code for surface case and use Face_graph_output_builder
This fixes a bug when a patch with no input vertex must be
classified wrt the clipper
|
2018-11-05 16:26:33 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Sébastien Loriot
|
d940632471
|
Merge pull request #3258 from MaelRL/PMP-Filter_degenerate_polygon_soup_input-GF
PMP: repair polygon soup
|
2018-11-02 10:37:58 +01:00 |
Sébastien Loriot
|
98584f793c
|
fix warning
|
2018-11-01 12:53:47 +01:00 |