Jane Tournois
|
1459f283e5
|
move FAIRING_CONTINUITY to Polygon_mesh_processing namespace
|
2015-03-12 14:41:00 +01:00 |
Jane Tournois
|
3b08e52664
|
fix documentation with SinglePassRange, and use boost::begin and boost::end
|
2015-03-10 11:58:33 +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 |
Jane Tournois
|
1663717992
|
rename functions, files and types for uniformization
also get rid of a useless Kernel_traits<Point>
|
2015-02-17 16:33:08 +01:00 |
Sébastien Loriot
|
1ca862bcd2
|
EIGEN_VERSION_AT_LEAST is not defined if CGAL_EIGEN3_ENABLED is not
|
2015-02-03 15:33:50 +01:00 |
Sébastien Loriot
|
022666fe09
|
Polygon_mesh_slicer_3 -> Polygon_mesh_slicer
|
2015-02-03 10:12:42 +01:00 |
Sébastien Loriot
|
1a79edd840
|
fix compilation issues (nothing to do with the merge)
|
2015-01-30 17:57:04 +01:00 |
Jane Tournois
|
6a36d221ba
|
some cleaning
rename variables and types, indentation,
reduce number of useless arguments, etc
|
2015-01-22 13:06:03 +01:00 |
Sébastien Loriot
|
098ffebd8a
|
use a specific traits when the plane is parallel to two axis
|
2015-01-21 16:06:02 +01:00 |
Sébastien Loriot
|
c5b65190ae
|
do not use the default constructed traits
|
2015-01-21 11:48:34 +01:00 |
Sébastien Loriot
|
28f8774eaf
|
use a traversal traits to avoid doing twice the orientation tests
|
2015-01-21 11:42:53 +01:00 |
Jane Tournois
|
45ebea96f9
|
Point_inside_polyhedron renamed to Point_inside_polygon_mesh
also remove TriangleAccessor_3 and start migrating to FaceGraph
|
2015-01-19 14:34:59 +01:00 |
Jane Tournois
|
59c0e2f108
|
fix compilation for hole filling
|
2015-01-19 14:14:04 +01:00 |
Jane Tournois
|
30d7453630
|
rename Polyhedron to polygon_mesh and TriangleMesh in Point_inside_polyhedron_3
|
2015-01-16 16:36:15 +01:00 |
Jane Tournois
|
36a1db7263
|
add macro CGAL_HOLE_FILLING_DO_NOT_USE_DT3
to be used by inclusion of CGAL/Hole_filling/do_not_use_DT3.h
|
2015-01-16 14:14:47 +01:00 |
Jane Tournois
|
ecddea2a0c
|
make the use of DT3 the default configuration
|
2015-01-16 13:02:16 +01:00 |
Jane Tournois
|
3b4489eb90
|
rename protection macros and fix missing includes
|
2015-01-16 12:41:33 +01:00 |
Jane Tournois
|
27d329b1e9
|
move fair() and refine() to their own files
- move fairing and refinement internal code to
the subfolder Meshing_functions (they were in Hole_filling)
- and fix namespaces
|
2015-01-15 17:11:00 +01:00 |
Jane Tournois
|
93107e9c88
|
move hole_filling functions to non-internal header triangulate_hole.h
|
2015-01-15 15:17:15 +01:00 |
Andreas Fabri
|
4f7ae328d7
|
switch to pmesh as parameter
|
2015-01-14 11:38:53 +01:00 |
Andreas Fabri
|
52840d2a20
|
Rename template parameter Polyhedron to PolygonMesh
|
2015-01-14 10:30:01 +01:00 |
Andreas Fabri
|
bab97f92a3
|
WIP: it compiles but crashes for Surface_mesh
|
2015-01-13 18:47:36 +01:00 |
Sébastien Loriot
|
c16d88dcb7
|
SUPERLU is out of the game now
|
2015-01-13 16:56:29 +01:00 |
Sébastien Loriot
|
162e6c7527
|
fix warnings and some compilation issues
|
2015-01-13 15:07:36 +01:00 |
Andreas Fabri
|
78de42d075
|
some static_cast to avoid warnings
|
2015-01-13 10:15:23 +01:00 |
Sébastien Loriot
|
764a22ff9c
|
fix property_map call
|
2015-01-13 09:49:47 +01:00 |
Andreas Fabri
|
ee82a28b97
|
use property map tp access points
|
2015-01-13 09:25:53 +01:00 |
Andreas Fabri
|
860d28eb68
|
partial BGLization
|
2015-01-12 17:49:48 +01:00 |
Andreas Fabri
|
d0eadcda44
|
partial BGLization
|
2015-01-12 17:11:06 +01:00 |
Sébastien Loriot
|
58455566a8
|
add todos
|
2015-01-06 17:14:47 +01:00 |
Sébastien Loriot
|
a9665b3bf8
|
move Point_inside_polyhedron_3 to Polygon Mesh Processing package
|
2015-01-06 14:31:51 +01:00 |
Sébastien Loriot
|
fc6f9368a0
|
move Hole Filling in the new Polygon Mesh Processing package
|
2015-01-06 11:37:25 +01:00 |