| .. |
|
data
|
Fix PMP smoothing tests
|
2019-06-07 14:20:47 +02:00 |
|
data-autoref
|
handle special case when intersection segments shares a common endpoint
|
2018-07-23 17:13:58 +02:00 |
|
data-clip
|
workaround when interseciont polyline goes to the border
|
2018-11-22 13:38:31 +01:00 |
|
data-coref
|
update incorrectly handled coplanar intersection computation
|
2018-03-26 11:20:16 +02:00 |
|
data_degeneracies
|
Added tests to remove_degenerate_* functions
|
2019-04-19 13:21:24 +02:00 |
|
data_polygon_soup
|
…
|
|
|
data_repair
|
Resolve conflicts between master and 4.14-based branch that fixes manifoldness
|
2019-05-07 10:34:16 +02:00 |
|
data_slicer
|
…
|
|
|
data_snapping
|
Add a new, more real test
|
2019-05-06 14:54:42 +02:00 |
|
data_stitching
|
Added another test
|
2018-07-31 08:53:14 +02:00 |
|
CMakeLists.txt
|
Further Ceres-related CMakeLists.txt simplifications
|
2019-06-21 12:45:23 +02:00 |
|
autorefinement_sm.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
connected_component_polyhedron.cpp
|
Continue the Great Fight against entropy (cosmetic changes)
|
2019-05-06 09:07:56 +02:00 |
|
connected_component_surface_mesh.cpp
|
Get rid of 'double' in the SM connected component test
|
2019-05-06 11:55:07 +02:00 |
|
extrude_test.cpp
|
use const functors
|
2018-06-27 17:02:42 +02:00 |
|
fairing_test.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
|
measures_test.cpp
|
Merge pull request #3441 from afabri/PMP-centroid-GF
|
2019-04-12 15:45:48 +02:00 |
|
orient_polygon_mesh_test.cpp
|
fix test incorrectly simplified test
|
2017-05-12 09:49:44 +02:00 |
|
orient_polygon_soup_test.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
|
pmp_compute_normals_test.cpp
|
rename all "test" functions to "test_something" to avoid ambiguity with boost
|
2016-06-14 14:17:45 +02:00 |
|
pmp_do_intersect_test.cpp
|
use named parameter
|
2017-12-20 09:26:48 +01:00 |
|
point_inside_helpers.h
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
point_inside_polyhedron_boundary_test.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
|
point_inside_surface_mesh_test.cpp
|
rename test function
|
2016-06-14 14:17:44 +02:00 |
|
polygon_mesh_slicer_test.cpp
|
Merge pull request #3910 from maxGimeno/Polgon_mesh_slicer-Fix_orientation-GF
|
2019-05-13 17:43:57 +02:00 |
|
remeshing_test.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
remeshing_test_P_SM_OM.cpp
|
remove non_filled_holes
|
2018-02-19 18:04:54 +01:00 |
|
remove_degeneracies_test.cpp
|
fix the test
|
2019-04-26 11:08:57 +02:00 |
|
run_test_corefinement_bool_op_full.sh
|
remove initial version of corefinement now officially documented in PMP
|
2018-08-22 09:32:16 +02:00 |
|
self_intersection_polyhedron_test.cpp
|
License check for Predicates
|
2017-03-22 10:29:59 +01:00 |
|
self_intersection_surface_mesh_test.cpp
|
handle degenerate faces
|
2018-03-02 15:45:34 +01:00 |
|
surface_intersection_sm_poly.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
|
test_autorefinement.cmd
|
handle special case when intersection segments shares a common endpoint
|
2018-07-23 17:13:58 +02:00 |
|
test_autorefinement.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
test_coref_epic_points_identity.cpp
|
make sure the same points in different triangle meshes have the same coordinates
|
2017-01-30 15:35:10 +01:00 |
|
test_corefine.cmd
|
update incorrectly handled coplanar intersection computation
|
2018-03-26 11:20:16 +02:00 |
|
test_corefine.cpp
|
fix corefine test
|
2018-06-13 09:54:00 +02:00 |
|
test_corefinement_and_constraints.cpp
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
|
test_corefinement_bool_op.cmd
|
remove initial version of corefinement now officially documented in PMP
|
2018-08-22 09:32:16 +02:00 |
|
test_corefinement_bool_op.cpp
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
|
test_corefinement_bool_op_full.cmd
|
remove initial version of corefinement now officially documented in PMP
|
2018-08-22 09:32:16 +02:00 |
|
test_detect_features.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
test_does_bound_a_volume.cmd
|
add implementation of does_bound_a_volume + test
|
2016-12-05 11:06:13 +01:00 |
|
test_does_bound_a_volume.cpp
|
fix warnings
|
2016-12-08 15:22:04 +01:00 |
|
test_is_polygon_soup_a_polygon_mesh.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
|
test_merging_border_vertices.cpp
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
|
test_mesh_smoothing.cpp
|
Tiny verbose to tests
|
2019-06-19 14:40:04 +02:00 |
|
test_orient_cc.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
test_pmp_clip.cpp
|
workaround when interseciont polyline goes to the border
|
2018-11-22 13:38:31 +01:00 |
|
test_pmp_collision_detection.cpp
|
add missing EOL
|
2018-10-16 15:40:06 +02:00 |
|
test_pmp_distance.cmd
|
fix path to input files
|
2017-01-06 09:49:16 +01:00 |
|
test_pmp_distance.cpp
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
|
test_pmp_manifoldness.cpp
|
Resolve conflicts between master and 4.14-based branch that fixes manifoldness
|
2019-05-07 10:34:16 +02:00 |
|
test_pmp_non_conforming_snapping.cpp
|
Open with std::ios::binary; isspace needs an unsigned char
|
2019-05-07 11:41:16 +02:00 |
|
test_pmp_remove_border_edge.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
test_pmp_snapping.cpp
|
Use namespace 'CGAL::experimental::' for functions that will end in CGAL::
|
2019-05-06 15:50:22 +02:00 |
|
test_pmp_transform.cpp
|
Fix VC++ warning
|
2018-05-15 14:00:11 +01:00 |
|
test_repair_polygon_soup.cpp
|
fix warning
|
2018-11-01 12:53:47 +01:00 |
|
test_shape_predicates.cpp
|
Resolve conflicts between master and 4.14-based branch that fixes manifoldness
|
2019-05-07 10:34:16 +02:00 |
|
test_shape_smoothing.cpp
|
Rename smooth/smooth_along_curvature_flow to smooth_mesh/shape
|
2019-06-19 10:17:26 +02:00 |
|
test_stitching.cpp
|
Moved stitch_boundary_cycle(s) out of internal and documented it
|
2019-04-18 13:08:35 +02:00 |
|
triangulate_faces_hole_filling_all_search_test.cpp
|
add the word main to be found by grep
|
2018-03-07 15:49:03 +01:00 |
|
triangulate_faces_hole_filling_dt3_test.cpp
|
add the word main to be found by grep
|
2018-03-07 15:49:03 +01:00 |
|
triangulate_faces_test.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
triangulate_hole_Polyhedron_3_no_delaunay_test.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
triangulate_hole_Polyhedron_3_test.cpp
|
replace BOOST_FOREACH by c++ ranged-based for loop
|
2019-03-29 13:22:15 +01:00 |
|
triangulate_hole_polyline_test.cpp
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |