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
iyaz
f8f57d8653
Spatial_sorting example updated to use First_of_pair_property_map
2013-05-02 15:40:25 +03:00
Andreas Fabri
968aa6262d
reorder Kernel and Policy of hilbert_sort
2013-01-14 16:00:55 +01:00
Olivier Devillers
582ef667c6
remove warmning
2011-05-31 13:10:39 +00:00
Sébastien Loriot
ca1d3536d9
*use Point_dimension_d in adapter_d
...
*remove const in Kernel_d result_type functors
2011-05-25 09:23:01 +00:00
Sébastien Loriot
397d3c079a
*add Spatial_sort_traits_adapter_d and its documentation
...
*update reference manual(comments sort_indice which is outdated) and
reintroduced myPoint.cpp example
*remove unused variable warning
*remove const bool warning
2011-05-24 16:36:48 +00:00
Sébastien Loriot
98ddbf9c7e
merge packages Spatial_sorting, Triangulation_2 and Triangulation_3 from branch spatial_sorting-add_info-sloriot
2011-05-24 15:48:31 +00:00
Olivier Devillers
9dc136a7f7
warning correction
2011-05-19 06:19:32 +00:00
Olivier Devillers
defa7adb5b
remove warning
2011-05-16 07:45:58 +00:00
Olivier Devillers
56b9e3f3ca
sort_indices no longer needs argument
2011-05-02 12:56:47 +00:00
Olivier Devillers
e451196060
add default parameter in constructors of Hilbert_sort_23d
2011-04-28 10:14:34 +00:00
Olivier Devillers
dc3c56335b
almost ready
2011-04-28 09:50:28 +00:00
Sébastien Loriot
f718769862
add .cmd file and dummy input
...
add a dont_submit file (with these files inside)
2011-01-11 13:52:08 +00:00
Andreas Fabri
192c1644ee
Add an example with a user defined points class
2010-08-10 15:09:50 +00:00
Fernando Cacciola
f93437ca22
Removed *unmodified* auto-generated CMakeLists.txt (now created by create_internal_release)
2008-05-05 14:01:55 +00:00
Fernando Cacciola
b704509dcf
Examples/Demos/Test CMake scripts updated
2008-03-05 21:14:02 +00:00
Fernando Cacciola
a659cd852a
Added project() and conditional test for CGAL_DIR
2008-02-14 15:42:36 +00:00
Fernando Cacciola
14043c43a0
Replaced CGALROOT by CGAL_DIR (the latters is used by CMake automatically)
2008-02-08 17:47:21 +00:00
Fernando Cacciola
afddfc4fca
CMake scripts for demos/examples/test added
2008-02-06 19:06:24 +00:00
Sylvain Pion
847c23a15e
Removing leading and trailing empty lines from all example files.
...
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl
local($/) = undef;
my $text = <>;
$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;
print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
Sylvain Pion
6fb5cb906b
Remove trailing white spaces and end of lines.
...
(using : perl -pi.bak -e 's/\s+$/\n/' */examples/*/*.cpp )
2007-03-10 14:59:41 +00:00
Christophe Delage
a4840a7b5a
moving example to examples/
2006-09-15 07:25:12 +00:00
Christophe Delage
0ace986280
example/sort_indices.cpp cleanup
2006-07-13 11:42:44 +00:00
Andreas Fabri
138231b24e
Added an example
2006-07-12 12:16:36 +00:00