Sébastien Loriot
d8ff8f69e2
add draft implementation for approximated Hausdorff distance
2015-03-30 15:58:29 +02:00
Sébastien Loriot
f119e8faec
add a function to remove degenerate triangles
2015-03-30 15:56:45 +02:00
Sébastien Loriot
1d3eb35d81
add an overload to compute self-intersections of a subset of faces
2015-03-30 15:44:57 +02:00
Sébastien Loriot
0aba363223
hack to allow compilation
...
it's a hack because it only works for pmap with no state
2015-03-30 14:51:40 +02:00
Sébastien Loriot
8f046d3725
we cannot use an argument in a function to feed a default parameter value
2015-03-30 14:51:11 +02:00
Sébastien Loriot
c37b84116e
do not use a function declared only after
2015-03-30 14:50:41 +02:00
Jane Tournois
ceda35d9dd
use named parameters in compute_normal.h functions
...
todo : complete documentation
2015-03-26 17:02:00 +01:00
Jane Tournois
b57f2df027
triangulate_refine_and_fair_hole delegates everything so vertex point map
...
is already handled
2015-03-26 12:44:44 +01:00
Jane Tournois
993cb4f552
add vertex point map in triangulate_and_refine_hole
2015-03-26 12:42:35 +01:00
Jane Tournois
c19cfd01d0
nothing to do for triangulate_and_refine_hole. It delegates
2015-03-26 12:22:53 +01:00
Jane Tournois
bd5fef8cc5
rename and reindent
2015-03-26 12:20:00 +01:00
Jane Tournois
3ab662ce03
add vertexpointmap to refine code
...
this is a temporary version until we know how to get the type of a named parameter
2015-03-26 12:15:17 +01:00
Jane Tournois
21606b28c0
add VertexPointMap to the code of self intersections.
...
note this version is temporary because it will be using named parameters
2015-03-26 12:02:17 +01:00
Jane Tournois
59cbb9403f
add VertexPointMap in fairing code
2015-03-26 11:31:08 +01:00
Jane Tournois
b423b4196c
add kernel to the list of documented named parameters
2015-03-26 09:44:02 +01:00
Jane Tournois
bb9acbe424
fix solver doc
2015-03-20 16:38:09 +01:00
Jane Tournois
3879c520f7
better document density_control_factor
2015-03-20 16:22:21 +01:00
Jane Tournois
e26b80e365
add vertex_point_map to the documentation of self_intersections functions
2015-03-20 15:57:36 +01:00
Jane Tournois
11b8f5ca72
document named parameters for all functions in which they are implemented
2015-03-20 15:44:20 +01:00
Jane Tournois
cc78b0c136
document BGL named parameters for triangulate_hole
2015-03-20 15:14:39 +01:00
Jane Tournois
3194a38db8
add named bgl parameters
2015-03-20 12:22:32 +01:00
Jane Tournois
d913b48d98
introduce bgl named function parameters
...
and implement them for hole filling, refine and fair functions
2015-03-20 09:52:54 +01:00
Jane Tournois
e9c72794af
Revert "move implementation files"
...
This reverts commit 9462d58a140e9d0efc38c10371f5a8e6e5e0d3fd.
Conflicts:
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/refine.h
The files had been deleted instead of moved.
They are back
2015-03-19 11:13:57 +01:00
Sébastien Loriot
1b766f2a90
improve connected component doc
2015-03-18 18:15:59 +01:00
Sébastien Loriot
54bc46aa9e
update slicer doc
2015-03-18 18:03:52 +01:00
Sébastien Loriot
83bed5b427
update license headers
2015-03-18 17:23:43 +01:00
Sébastien Loriot
4c92719c99
do not document which files are included
2015-03-18 17:17:18 +01:00
Sébastien Loriot
7783670172
move header file
2015-03-18 17:14:33 +01:00
Sébastien Loriot
78f2283406
move header files
2015-03-18 17:11:45 +01:00
Sébastien Loriot
220cefb215
only Kernel is documented as nested type in Kernel_traits
2015-03-18 17:06:41 +01:00
Sébastien Loriot
6f146596a8
update polygon soup function doc
2015-03-18 17:06:26 +01:00
Sébastien Loriot
157bdbe7c0
update normal computation function doc
2015-03-18 17:05:50 +01:00
Sébastien Loriot
f611f31b86
update orientation and stitch doc
2015-03-18 16:32:23 +01:00
Sébastien Loriot
b0283d220e
fix Point_inside_polygon_mesh doc
2015-03-18 15:19:59 +01:00
Sébastien Loriot
6d2c6df6ab
rename header
2015-03-18 15:11:10 +01:00
Sébastien Loriot
61159ad4e6
fixes in self-itersection doc
2015-03-18 15:08:36 +01:00
Sébastien Loriot
838adad249
improve hole filling doc
2015-03-18 12:15:08 +01:00
Sébastien Loriot
73ea945a01
uniformize brief descriptions
2015-03-18 11:59:48 +01:00
Sébastien Loriot
9a9595e97e
rename include guards
2015-03-18 11:53:04 +01:00
Sébastien Loriot
324839c8ae
move header files
2015-03-18 11:51:33 +01:00
Sébastien Loriot
e93e61230f
improve triangulate_faces doc
2015-03-18 11:43:34 +01:00
Sébastien Loriot
262bcb0ce3
improve refine doc
2015-03-18 11:33:42 +01:00
Sébastien Loriot
0a0f0b1e56
replace FAIRING_CONTINUITY by an unsigned int
2015-03-18 11:26:10 +01:00
Sébastien Loriot
dc9c394ea3
move implementation files
2015-03-18 10:53:27 +01:00
Sébastien Loriot
972542566e
move enum
2015-03-18 10:52:58 +01:00
Sébastien Loriot
3ac659f94b
improve fairing doc
2015-03-18 10:37:36 +01:00
Sébastien Loriot
bd709caf3d
improve default solver presentation and implementation
2015-03-18 10:36:40 +01:00
Sébastien Loriot
253b5eeb80
improve fairing doc
2015-03-18 10:24:30 +01:00
Sébastien Loriot
bf9ef77fc9
add missing typename
2015-03-18 10:21:31 +01:00
Sébastien Loriot
2c2515860e
remove commented lines
2015-03-18 10:21:13 +01:00