Philipp Möller
|
7cf791fa0f
|
Improve documentation to mention clear
|
2016-01-08 14:48:28 +01:00 |
Philipp Möller
|
f17dd10214
|
Add a clear helper
This helper will use the faster clear member function, if it is
available or clear the mesh in a traditional fashion otherwise.
|
2016-01-08 12:31:47 +01:00 |
Andreas Fabri
|
d2ed79d38d
|
Add keep_large_connected_components (code,doc,test)
|
2015-10-22 09:01:08 +02:00 |
Andreas Fabri
|
9fa669b81c
|
fix make_quad()
|
2015-10-14 10:41:47 +02:00 |
Andreas Fabri
|
a2f3175044
|
bug fix. set_next was not called for the opposite edges
|
2015-10-14 10:41:46 +02:00 |
Sébastien Loriot
|
a306384cc8
|
add missing include
|
2015-07-03 11:13:18 +02:00 |
Andreas Fabri
|
20c1b1a1f6
|
Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
Conflicts:
BGL/include/CGAL/boost/graph/Euler_operations.h
BGL/include/CGAL/boost/graph/iterator.h
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Selection_widget.ui
|
2015-07-01 13:52:44 +02:00 |
Laurent Rineau
|
00eb751dc1
|
Nasty compilation-error
SFINAE does not work in that case, and the substitution error is a hard
error.
|
2015-06-11 16:17:15 +02:00 |
Jane Tournois
|
f5c9d9fce5
|
fix is_valid_polygon_mesh
|
2015-05-15 12:02:02 +02:00 |
Andreas Fabri
|
09ea32096d
|
Add generic is_valid_polygon_mesh() to BGL Helpers
|
2015-05-15 10:52:31 +02:00 |
Andreas Fabri
|
ac76093c68
|
use a forward declaration for Euler operation
|
2015-04-20 10:57:01 +02:00 |
Andreas Fabri
|
d539246011
|
add typename; remove unused typedefs
|
2015-04-20 10:48:12 +02:00 |
Andreas Fabri
|
2f73c7e985
|
add typename
|
2015-04-17 08:24:19 +02:00 |
Andreas Fabri
|
a5a982ce61
|
fixes and cleanup
|
2015-04-16 11:24:38 +02:00 |
Andreas Fabri
|
8eb4ec93c4
|
fixes and cleanup
|
2015-04-16 11:21:19 +02:00 |
Andreas Fabri
|
6e7debb874
|
test helpers
|
2015-04-15 16:36:23 +02:00 |
Andreas Fabri
|
020d2ff054
|
Add documentation of helper functions
|
2015-03-17 18:41:14 +01:00 |
Andreas Fabri
|
4355794781
|
iterator_range moved the package
|
2014-11-12 14:40:51 +01:00 |
Sébastien Loriot
|
8bf04d7909
|
fix compilation issues
|
2014-09-09 16:50:55 +02:00 |
Sébastien Loriot
|
5c6b54257a
|
the XXX_is_border properties are removed + add missing replacement functions
|
2014-07-22 12:00:15 +02:00 |
Sébastien Loriot
|
65a176d0e7
|
update license
|
2014-07-04 17:24:06 +02:00 |
Andreas Fabri
|
9a28ba0ca9
|
Add implementation and first test for satisfies_link_condition
|
2014-06-19 18:46:23 +02:00 |
Andreas Fabri
|
144d206a75
|
cleanup of the helper files, and a partial fix of the slicer (which will be red in the testsuite)
|
2014-06-11 18:16:58 +02:00 |
Andreas Fabri
|
cf84eb22dc
|
Add global functions such as is_pure_quad(FaceGraph)
|
2014-06-10 15:58:48 +02:00 |