Laurent Rineau
58f2178221
Merge branch 'Number_type-fix_print_dag_lazy_exact_nt-lrineau'
...
Tested in CGAL-4.3-Ic-19
2013-05-07 16:51:17 +02:00
Ken Arroyo Ohori
0ac3e69120
Changed names of methods and functors
...
Signed-off-by: Ken Arroyo Ohori <g.a.k.arroyoohori@tudelft.nl>
2013-05-07 11:20:38 +02:00
Sébastien Loriot
93926b5ff7
remove \ccc in doxygen doc
2013-05-07 09:31:16 +02:00
Nico Kruithof
4ab460c28b
Final changes in the documentation proposed by Monique
2013-05-07 08:04:15 +02:00
iyaz
9cb22fdd0e
InputIterator -> ForwardIterator
2013-05-06 18:08:33 +03:00
Sébastien Loriot
17dd21def5
Merge branch 'First_of_pair_property_map-new_version-iyaz-old' into First_of_pair_property_map-new_version-iyaz
...
Conflicts:
Point_set_processing_3/examples/Point_set_processing_3/property_map.cpp
Point_set_processing_3/include/CGAL/IO/read_off_points.h
Point_set_processing_3/include/CGAL/IO/read_xyz_points.h
Point_set_processing_3/include/CGAL/IO/write_off_points.h
Point_set_processing_3/include/CGAL/IO/write_xyz_points.h
Point_set_processing_3/include/CGAL/Point_with_normal_3.h
Point_set_processing_3/include/CGAL/improved_jet_smooth_point_set.h
Point_set_processing_3/include/CGAL/improved_laplacian_smooth_point_set.h
Point_set_processing_3/include/CGAL/jet_estimate_normals.h
Point_set_processing_3/include/CGAL/jet_smooth_point_set.h
Point_set_processing_3/include/CGAL/pca_estimate_normals.h
Point_set_processing_3/include/CGAL/pca_smooth_point_set.h
2013-05-06 15:57:36 +02:00
Ken Arroyo Ohori
d53f347e2d
New name and description for reversing the orientation of part of a combinatorial map
...
Signed-off-by: Ken Arroyo Ohori <g.a.k.arroyoohori@tudelft.nl>
2013-05-06 13:48:18 +02:00
Laurent Rineau
29cc781c83
Avoir another segfault due to a const reference to an object that is modified
...
A const reference only guaranty that the code cannot modify the object
*using that reference*. There is no guaranty that the object will not be
modified using another reference!
2013-05-06 13:19:23 +02:00
iyaz
b97fcda8dd
pca_smooth_point_set PointPMap Readable -> ReadWrite,
...
make it undocumented
2013-05-06 12:05:35 +03:00
iyaz
d72b7d20a6
changes in Demo
2013-05-05 22:28:09 +03:00
iyaz
0ca7f319e0
use helper function for typed_identity pmap,
...
remove forgotten dereference pmap
2013-05-05 22:07:41 +03:00
iyaz
cc16c15fb2
Also changed code in prev version (i.e. macro activated code) which was previously buggy (buggy in a way of using pmaps)
2013-05-05 19:33:06 +03:00
iyaz
d8bd97e662
documentation related parameter name fix
2013-05-05 19:13:41 +03:00
iyaz
f09426d1c5
write_off_points_and_normals NormalPMap requirement WritablePropertyMap -> ReadablePropertyMap
...
write_xyz_points_and_normals NormalPMap requirement WritablePropertyMap -> ReadablePropertyMap
2013-05-05 18:51:24 +03:00
iyaz
0a7322b3bc
Also changed code in prev version (i.e. macro activated code) which was previously buggy (buggy in a way of using pmaps)
2013-05-05 18:15:45 +03:00
iyaz
d7385a1974
Also changed code in prev version (i.e. macro activated code) which was previously buggy (buggy in a way of using pmaps)
2013-05-05 18:11:14 +03:00
iyaz
fb37011c14
pmap related changes,
...
note that previous version has a bug, where a normal is accessed directly (should be accessed via pmap)
2013-05-05 17:08:55 +03:00
iyaz
a1454a975d
jet_smooth_point_set ReadablePropertyMap -> ReadWritePropertyMap
2013-05-05 16:13:28 +03:00
iyaz
c67eb609b3
improved_laplacian_smooth_point_set ReadablePropertyMap -> ReadWritePropertyMap
2013-05-05 16:11:43 +03:00
Nico Kruithof
763ce13a82
Working on the documentation, remarks by Monique
2013-05-04 20:58:16 +02:00
Nico Kruithof
69a3d922c0
Explaining the performance test better.
2013-05-04 07:22:05 +02:00
Nico Kruithof
35a12e6101
Incorporated errors noted by Andreas
2013-05-04 06:37:55 +02:00
iyaz
f7d331ec22
changed improved_jet_smooth_point_set PointPMap requirement to ReadWritePropertyMap
...
which was ReadablePropertyMap (which was not OK since pmap is also subject to change inside the function)
2013-05-04 01:50:02 +03:00
Ken Arroyo Ohori
8c610eb299
Changes for reversing the orientation of a combinatorial map
...
Signed-off-by: Ken Arroyo Ohori <g.a.k.arroyoohori@tudelft.nl>
2013-05-03 17:46:23 +02:00
iyaz
db31047a13
Documentation changes in Point_set / include:
...
change all documentation references to boost pmaps to proxy CGAL concepts
2013-05-03 18:24:10 +03:00
Laurent Rineau
4fae376de3
Avoid a segfault (const ref to a temporary)
2013-05-03 17:13:31 +02:00
iyaz
fb6dafd656
Propery maps (making Lvalue)
2013-05-03 17:58:15 +03:00
Laurent Rineau
ea5f79db80
Fix warnings
2013-05-03 15:13:18 +02:00
Laurent Rineau
4d1d8a83ba
Fix print_dag for Lazy_exact_nt
2013-05-03 14:17:44 +02:00
Laurent Rineau
05ad450403
BUG fix: fix applicable() of nef_plugin
2013-05-03 11:45:21 +02:00
Sébastien Loriot
1284566438
Bug-fix: a get is not guarantee to return a reference. put should be used ...
...
... for overwritting the value
2013-05-03 09:43:20 +02:00
Sébastien Loriot
47084771af
remove put_get_helper_pass_key_by_reference, using friend put/get functions
...
it is more clear to see what is going on
2013-05-03 09:36:08 +02:00
iyaz
85899e5e27
Do not remove Dereference_property_map (previously deactivated with a macro)
2013-05-02 16:53:22 +03:00
iyaz
19098f786c
List Dereference_property_map<T> in Property_map user manual (note that we do not have an example for that)
2013-05-02 16:51:41 +03:00
iyaz
d480e2544e
change in example, use Nth_of_tuple_property_map
2013-05-02 15:59:36 +03:00
iyaz
f8f57d8653
Spatial_sorting example updated to use First_of_pair_property_map
2013-05-02 15:40:25 +03:00
iyaz
8e38300002
Change of mind: to keep helper simpler I removed an extra get function added for supporting key types which are not actually key_type
...
( We only need that functionality inside Normal_of_point_with_normal_pmap, so made required changes in there)
2013-05-01 04:06:33 +03:00
iyaz
07bf1ef8d2
forgotten cast removed
2013-05-01 03:08:40 +03:00
iyaz
8b575f179e
one more get function is added for handling key types which are not "key_type" but convertible
2013-05-01 02:40:42 +03:00
iyaz
1a70a5121f
example changes for pmap
2013-05-01 02:29:11 +03:00
iyaz
69a9ccbe53
test changes for pmap
2013-05-01 02:28:16 +03:00
iyaz
f8f922acca
include changes for pmap
2013-05-01 02:26:58 +03:00
iyaz
041d702089
Fix indentation
2013-04-30 18:28:39 +03:00
iyaz
30a63a57c6
User manual updates
2013-04-30 18:28:13 +03:00
iyaz
0af0077757
Update examples: remove CGAL_USE_OLD_PAIR_PROPERTY_MAPS related parts
2013-04-30 17:14:44 +03:00
iyaz
cd0c4f59f7
Documentation related changes
2013-04-30 16:59:02 +03:00
iyaz
35a83e09f8
Removed a forgotten comment
2013-04-30 16:58:01 +03:00
iyaz
c3c6d435b5
IO part documentation update
2013-04-30 15:23:01 +03:00
iyaz
a994cde1fa
Forgotten def removed
2013-04-30 13:23:37 +03:00
Sébastien Loriot
ca7374e8b1
add missing comma
2013-04-30 11:58:46 +02:00