Jane Tournois
211ab25343
add named parameters to triangulate_hole_polyline
2015-03-31 16:10:13 +02:00
Jane Tournois
8402120efe
fix previous commit
2015-03-31 16:08:37 +02:00
Jane Tournois
6c2a5f3dde
typos
2015-03-31 15:16:35 +02:00
Jane Tournois
06bd8c0c40
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-dev into Polygon_mesh_processing-GF
2015-03-31 15:13:15 +02:00
Jane Tournois
985a3575f3
named parameters in triangulate_faces
2015-03-31 15:12:58 +02:00
Sébastien Loriot
26396392b5
bugfix: do not take the address of a temporary
2015-03-31 15:11:41 +02:00
Jane Tournois
f6cf149b74
remove debugging code
2015-03-31 15:01:39 +02:00
Jane Tournois
75d39dfde1
named parameters in is_outward_oriented (doc and code)
2015-03-31 15:01:15 +02:00
Jane Tournois
52a0637bd2
reuse vertex_point_t from cgal_bgl_named_parameters instead of
...
the new vertex_point_map_t (removed)
2015-03-31 14:10:19 +02:00
Jane Tournois
4f370f25f2
document named parameters in connected_components.h
2015-03-31 12:41:17 +02:00
Jane Tournois
afa89bcafa
introduce named parameters in connected_component
2015-03-31 12:15:43 +02:00
Jane Tournois
8d60913c43
introduce named parameters in keep_largest_connected_components
2015-03-31 12:09:35 +02:00
Jane Tournois
cbfef8b105
introduce named parameters for connected_components
2015-03-31 11:34:19 +02:00
Jane Tournois
7147ab5fcf
Merge branch 'Polygon_mesh_processing-GF' of github.com:CGAL/cgal-dev into Polygon_mesh_processing-GF
2015-03-30 16:56:33 +02:00
Sébastien Loriot
4c3a2f69c7
if eigen is not here the version macro is not available
2015-03-30 16:34:01 +02:00
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
ee26f71ad7
add default for ecmap and remove one overload
2015-03-30 14:49:22 +02:00
Jane Tournois
89753dfe94
add default ecmap to documentation
2015-03-30 14:43:40 +02:00
Jane Tournois
64391bea36
add info about property map
2015-03-30 14:22:31 +02:00
Jane Tournois
5a5bccf888
add description of return type
2015-03-30 13:54:12 +02:00
Jane Tournois
f3f1b12376
remove from doc parameters that have become useless w/ named params
2015-03-30 10:58:43 +02:00
Jane Tournois
bcb63ac70f
document named parameters
2015-03-30 10:35:50 +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