Sébastien Loriot
|
4015911aeb
|
doc value type of default vpm for the output mesh
|
2022-06-16 13:39:47 +02:00 |
|
Jane Tournois
|
675d5f4ff9
|
there is no need to disable/enable warnings here
|
2022-06-07 09:58:16 +02:00 |
|
Jane Tournois
|
06f84573bd
|
fix warning
warning: moving a local object in a return statement prevents copy elision
|
2022-06-07 09:57:42 +02:00 |
|
Jane Tournois
|
70f5981aac
|
fix compilation using new is_default_parameter::value
|
2022-06-02 10:06:53 +02:00 |
|
Jane Tournois
|
533bb05041
|
fix early return type
|
2022-05-10 09:46:41 +02:00 |
|
 Sebastien LoriotandMael
|
b4ffa85e86
|
Fix typos
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
|
2022-05-09 17:47:53 +02:00 |
|
Jane Tournois
|
09940df90d
|
Merge branch 'PMP-add_surface_mesher-jtournois' of github.com:janetournois/cgal into PMP-add_surface_mesher-jtournois
|
2022-05-09 16:57:54 +02:00 |
|
Jane Tournois
|
5d263f6f45
|
add a template parameter for the output mesh
|
2022-05-09 16:57:43 +02:00 |
|
Jane Tournois
|
f3713da161
|
the input mesh does not need to be mutable
|
2022-05-09 13:57:27 +02:00 |
|
 Jane TournoisandSebastien Loriot
|
4e449d2722
|
Update Mesh_3/include/CGAL/Polygon_mesh_processing/surface_Delaunay_remeshing.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
|
2022-05-05 16:00:51 +02:00 |
|
Laurent Rineau
|
83fb998a66
|
Fix the non-determinism
|
2022-05-04 17:15:39 +02:00 |
|
Jane Tournois
|
613eb6a2cf
|
doc
|
2022-04-29 15:57:41 +02:00 |
|
Jane Tournois
|
56b03c8abf
|
fix the use of reference type
|
2022-04-29 15:43:19 +02:00 |
|
Jane Tournois
|
65c03a5acf
|
reorganize feature detection section
|
2022-04-29 15:19:54 +02:00 |
|
Jane Tournois
|
59e8aa85b6
|
Fix return type of get_parameter_reference (use traits::reference, not const auto&)
|
2022-04-29 14:00:58 +02:00 |
|
Jane Tournois
|
f0022a5e21
|
change API to return triangulation instead of modifying Tr& out
and fix compilation errors after merging master
|
2022-04-29 13:53:39 +02:00 |
|
Jane Tournois
|
4f5f83acbf
|
rename delaunay_remeshing to surface_Delaunay_remeshing
with capital D
|
2021-12-20 11:46:58 +01:00 |
|
Jane Tournois
|
c9b70e46a3
|
doc
|
2021-11-02 14:40:35 +01:00 |
|
Jane Tournois
|
cc53fadab1
|
avoid copy
|
2021-11-02 14:37:44 +01:00 |
|
Jane Tournois
|
32ac340b6e
|
fix link
|
2021-11-02 13:49:24 +01:00 |
|
Jane Tournois
|
61507f33c9
|
doc
|
2021-11-02 11:32:11 +01:00 |
|
Jane Tournois
|
fa06d5f8c5
|
use get_parameter_reference and remove nasty include
|
2021-11-02 11:31:13 +01:00 |
|
Jane Tournois
|
bbee8a9063
|
use is_default_parameter
|
2021-11-02 11:27:14 +01:00 |
|
Jane Tournois
|
79c4d4f1c8
|
mael's review
|
2021-11-02 11:23:50 +01:00 |
|
Jane Tournois
|
18529dded2
|
ref added
|
2021-11-02 09:40:20 +01:00 |
|
Sébastien Loriot
|
ac77ee3140
|
fix doc build
|
2021-11-01 16:17:11 +01:00 |
|
Jane Tournois
|
1569978d3c
|
add polyline_constraints as input for delaunay_remeshing
and add a test using it
|
2021-10-29 17:20:07 +02:00 |
|
Jane Tournois
|
90b5c60956
|
rename make_surface_mesh() to delaunay_remeshing()
|
2021-10-29 14:52:14 +02:00 |
|
Jane Tournois
|
b221437366
|
doc
|
2021-10-27 22:58:02 +02:00 |
|
Jane Tournois
|
5ec19abc7b
|
domain.detect_features() and domain.add_features() cannot be called in sequence
so we separate the use of edge_is_constrained_map and automatic detection of features
|
2021-10-27 22:53:48 +02:00 |
|
Jane Tournois
|
c113247f83
|
add missing typename
|
2021-10-27 13:18:21 +02:00 |
|
Jane Tournois
|
e8ac9f281c
|
add feature detection
|
2021-10-27 12:24:24 +02:00 |
|
Jane Tournois
|
7dc8723d54
|
fix default in doc
|
2021-10-01 14:47:46 +02:00 |
|
Jane Tournois
|
6e9252d196
|
doc
|
2021-10-01 14:25:14 +02:00 |
|
Jane Tournois
|
aa3505084d
|
add facet_topology
|
2021-10-01 10:59:15 +02:00 |
|
Jane Tournois
|
7e673974cc
|
add facet_distance
|
2021-10-01 10:30:08 +02:00 |
|
Jane Tournois
|
dfe501d70a
|
add facet_angle
|
2021-10-01 10:22:15 +02:00 |
|
Jane Tournois
|
8837473736
|
add facet_size
|
2021-10-01 09:41:06 +02:00 |
|
Jane Tournois
|
9bbd1b179a
|
add edge sizing field management
|
2021-10-01 09:23:25 +02:00 |
|
Jane Tournois
|
b26edb5a86
|
minor reorganization
|
2021-09-30 15:36:03 +02:00 |
|
Jane Tournois
|
dd0b8aaa12
|
doc
|
2021-09-30 15:03:46 +02:00 |
|
Jane Tournois
|
4e5ca9d9ac
|
remove unused named parameter
|
2021-09-30 14:53:39 +02:00 |
|
Jane Tournois
|
ad066f656e
|
fix license include
|
2021-09-30 14:50:00 +02:00 |
|
Sébastien Loriot
|
6dd313d233
|
move header to Mesh_3
|
2021-09-30 14:40:44 +02:00 |
|