Sébastien Loriot
|
640e78f92b
|
add an option to allow to change the genus
this is useful if the surface has some small artefact
that is not a topological disk
|
2018-03-22 11:15:47 +01:00 |
Sébastien Loriot
|
885f485ce1
|
use named parameter instead of default int and bool
|
2018-03-22 10:50:48 +01:00 |
Laurent Rineau
|
67f4ab82af
|
Merge pull request #2723 from MaelRL/PMP-Graph_partition-GF
BGL Small feature: Graph partitioning
|
2018-01-31 18:29:59 +01:00 |
Simon Giraudot
|
2cc86911b2
|
Add missing PSP named parameters
|
2018-01-10 16:38:35 +01:00 |
Simon Giraudot
|
09c2fcaf94
|
Add PSP named parameters
|
2018-01-10 16:38:35 +01:00 |
Mael Rouxel-Labbé
|
17e46dab7d
|
Added partition operations to BGL
|
2018-01-09 18:06:02 +01:00 |
Sébastien Loriot
|
9fe73a801e
|
Merge pull request #2552 from maxGimeno/PMP_does_intersect-GF
PMP: do_intersect
|
2018-01-04 15:34:18 +01:00 |
Sébastien Loriot
|
d1597f2fb5
|
Merge branch 'maxGimeno/PMP_orient_connected_components-GF' into cgal/master
|
2017-12-19 17:34:51 +01:00 |
Sébastien Loriot
|
430ad5bc72
|
Merge branch 'maxGimeno/PMP_does_intersect-GF' into cgal/master
|
2017-12-19 17:31:29 +01:00 |
Mael Rouxel-Labbé
|
638bfee3fd
|
Regroup and complete BGL named parameters tests
Along the way, apply the same fix as in f191e6114a
(*_sampling should be named use_*_sampling)
|
2017-12-13 10:49:50 +01:00 |
Mael Rouxel-Labbé
|
ad947da752
|
Give each package a NamedParameters.txt
|
2017-12-12 00:07:57 +01:00 |
Mael Rouxel-Labbé
|
9a38d9d41a
|
Reorder named parameters and remove useless ones
|
2017-12-11 21:32:03 +01:00 |
Simon Giraudot
|
426a72af74
|
Merge parameters_interface.h to BGL
|
2017-12-01 15:32:29 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Maxime Gimeno
|
43ff0d092c
|
Implementation review Jane and sebastien
|
2017-08-11 15:30:03 +02:00 |
Maxime Gimeno
|
723492def1
|
Use existing named_parameters and vertex_incident_patches becomes lvaluepmap,
|
2017-08-10 15:16:27 +02:00 |
Maxime Gimeno
|
1fe1e21bb6
|
Replace maximum_surface_patch by first_index.
|
2017-08-07 13:32:02 +02:00 |
Maxime Gimeno
|
1bad0e7202
|
Use edges instead of halfedges for edge_is_feature_t and map
|
2017-08-07 11:39:07 +02:00 |
Maxime Gimeno
|
d588c55bbb
|
Make functions free functions and wright doc
|
2017-08-04 15:06:41 +02:00 |
Maxime Gimeno
|
2f45a46f7c
|
Fix and enhance detect_feature
|
2017-08-02 16:08:33 +02:00 |
Sébastien Loriot
|
e9395aba6f
|
move enum for named parameters inside internal_np namespace
|
2017-02-13 10:25:28 +01:00 |
Sébastien Loriot
|
9b8f910cee
|
move edge_index that is not defined in boost
|
2017-02-10 17:24:33 +01:00 |
Sébastien Loriot
|
47e8f6167f
|
add doc in the interface file and files using it
|
2017-02-10 17:23:45 +01:00 |
Sébastien Loriot
|
2fee4affdd
|
rename macro to be independant of any package
|
2017-02-10 17:00:38 +01:00 |
Sébastien Loriot
|
e2e277ad83
|
fix the list of inherited named parameters and remove special cases
|
2017-02-10 16:55:56 +01:00 |
Sébastien Loriot
|
2068ba14ce
|
remove non used named parameter
|
2017-02-10 16:45:18 +01:00 |
Maxime Gimeno
|
3d8aaf0a6e
|
Add license headers
|
2017-02-09 15:46:01 +01:00 |
Maxime Gimeno
|
21f305db27
|
Use an include system to factorize the macro calls in PMP and BGL.
|
2017-02-09 14:14:11 +01:00 |