Sébastien Loriot
|
d16c685cda
|
fix compilation and improve usage of pmaps
|
2015-03-12 13:49:33 +01:00 |
Jane Tournois
|
3ae29f03d6
|
replace internal::No_constraint with CGAL::Default as default parameter
in keep_largest_connected_components
|
2015-03-12 12:11:22 +01:00 |
Jane Tournois
|
48b5c9fb94
|
use CGAL::Default instead of internal::No_constraint as EdgeConstraintMap
default value
|
2015-03-12 11:44:16 +01:00 |
Jane Tournois
|
fd9b0eb3d9
|
change case in file name
|
2015-03-12 10:53:33 +01:00 |
Jane Tournois
|
bae9d81286
|
rename examples for connected_components
|
2015-03-12 10:47:51 +01:00 |
Jane Tournois
|
07b0ad5e75
|
replace boost::tuple by CGAL::cpp11::tuple
|
2015-03-12 10:42:10 +01:00 |
Jane Tournois
|
bda07c93b9
|
fix compilation of connected_components
|
2015-03-12 10:41:26 +01:00 |
Jane Tournois
|
d39f201724
|
in triangulate_hole_polyline, replace begin and end iterators by PointRanges
|
2015-03-10 11:38:08 +01:00 |
Jane Tournois
|
282264a73a
|
in fair() replace (vertices_begin, vertices_end) by vertex range
|
2015-03-09 17:22:38 +01:00 |
Jane Tournois
|
f3bfb53917
|
in refine(), replace facets_begin and facets_end by a range of facets
|
2015-03-09 16:52:05 +01:00 |
Andreas Fabri
|
6af7aaeebb
|
introduce edge constraints based on the dihedral angle
|
2015-02-18 15:58:33 +01:00 |
Andreas Fabri
|
b85d35d23f
|
fix the return type
|
2015-02-18 10:52:33 +01:00 |
Andreas Fabri
|
e1b2ce7c66
|
int -> std::size_t
|
2015-02-18 10:12:50 +01:00 |
Sébastien Loriot
|
4dfa9b234a
|
remove unused variables
|
2015-02-18 09:51:34 +01:00 |
Andreas Fabri
|
066959623c
|
WIP for making it work with Polyhedron
|
2015-02-18 09:39:52 +01:00 |
Andreas Fabri
|
fef3ec4692
|
use BGL named parameters
|
2015-02-17 20:14:59 +01:00 |
Sébastien Loriot
|
24c47ae95d
|
add missing typenames
|
2015-02-16 14:55:14 +01:00 |
Andreas Fabri
|
e155ff9a75
|
first version of keep_largest_connected_component
|
2015-02-16 12:49:40 +01:00 |
Andreas Fabri
|
8277f73a2c
|
Add connected_components without EdgeConstraintMap
|
2015-02-13 18:08:52 +01:00 |
Andreas Fabri
|
92e3482da4
|
Add high level function connected_component which uses boost::connected_component
|
2015-02-13 16:58:02 +01:00 |
Andreas Fabri
|
f798355ce8
|
Add an example for the connected_component fct
|
2015-02-13 12:50:20 +01:00 |
Jane Tournois
|
093d27adce
|
fix compilation of examples for Polygon_mesh_processing and Polyhedron demo
this implies adding a CMakeLists for examples so that Eigen is properly included
|
2015-01-16 12:43:03 +01:00 |
Sébastien Loriot
|
c16d88dcb7
|
SUPERLU is out of the game now
|
2015-01-13 16:56:29 +01:00 |
Sébastien Loriot
|
fc6f9368a0
|
move Hole Filling in the new Polygon Mesh Processing package
|
2015-01-06 11:37:25 +01:00 |