Commit Graph

43 Commits

Author SHA1 Message Date
Andreas Fabri c5f85b212d Switch to make_zero() 2018-09-26 11:46:22 +02:00
Andreas Fabri 41946b72d6 Make linear_interpolation() work with non-scalar data 2018-09-26 09:06:34 +02:00
Mael Rouxel-Labbé 77ab3dbd00 Added comments in examples about lambda support 2018-06-15 12:52:46 +02:00
Mael Rouxel-Labbé 10c073b8df Doc improvements 2018-05-04 13:57:41 +02:00
Mael Rouxel-Labbé 166f6d5624 Minor example improvements 2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé b319d41f00 Added a simple example of nn_coordinates with OutputFunctor 2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé dc7215b178 Improved examples (rn|nn)_coordinates_2.cpp 2018-05-04 13:57:40 +02:00
Mael Rouxel-Labbé c88b17f92e Clarified functor names 2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé 751395e4fe Fixed examples after parameter order change 2018-05-04 13:57:39 +02:00
Mael Rouxel-Labbé 67f99cc53d Fixed trailing whitespace and (some of the) inconsistent indentation
No real changes.
2018-05-04 13:57:38 +02:00
Andreas Fabri d619587ffb Add an example that not yet compiles 2018-05-04 13:57:38 +02:00
Andreas Fabri 6bb5deff4d Add an example 2018-05-04 13:57:38 +02:00
Andreas Fabri abc19d9c9d Add the possibility to store values and gradients in vertex_with_info 2018-05-04 13:57:38 +02:00
Andreas Fabri de5c1e4d46 Add the possibility to store value and gradient in the triangulation vertices 2018-05-04 13:57:38 +02:00
Mael Rouxel-Labbé 9fbf2720ce Annihilated Regular_triangulation_euclidean_traits_23 across all packages
Left a little bit alive in the tests and in the Triangulation_23/doc
2017-06-28 10:15:30 +02:00
Mael Rouxel-Labbé c65c15b2c1 Improved Interpolation readability (no real changes)
-- Removed trailing whitespace
-- Fixed (some) includes
-- Fixed indentation
-- Fixed some remaining french
2017-06-28 10:14:35 +02:00
Mael Rouxel-Labbé eddc79f39d Proper use of Bare_point/Weighted_point 2017-06-28 10:14:35 +02:00
Sébastien Loriot 6b338eeb1f improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
Sébastien Loriot 4c29bf1b44 CMAKE_SOURCE_DIR -> CMAKE_CURRENT_SOURCE_DIR 2016-03-24 16:33:46 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Sébastien Loriot 2d191d6651 commit CMakeLists.txt for all examples and tests 2016-03-07 17:39:36 +01:00
Sébastien Loriot 82b2ebc865 apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
Philipp Möller f9b288db90 Merged branch ^/branches/features/gsoc2011-copy_n-pmoeller.
Small feature page: https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Replace_copy_n
2011-08-26 14:34:10 +00:00
Sylvain Pion 97baf47fb3 Replace Triangulation_hierarchy_3 by the Fast_location policy. 2009-11-04 13:30:22 +00:00
Andreas Fabri 600d8b8124 Replace struct K .. with typedef .. K 2008-11-24 10:50:30 +00:00
Sylvain Pion c24c588aa5 Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>. 2008-08-12 12:58:18 +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 838dab23ab Add missing #include <cassert> . 2008-01-20 19:13:05 +00:00
Sylvain Pion 8bfd7a00e5 Manually remove the remaining "//file:" lines. 2007-03-10 15:03:39 +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
Sylvain Pion 01d46bfa15 Some examples escapede my previous pass due to trailing white space at end of line. 2007-03-10 14:39:37 +00:00
Sylvain Pion 23edc11d3b Fix all first lines of examples "// file : example_file.C" to .cpp suffix.
Using :

for i in * ; do  cd $i ; for f in examples/*/*.cpp ; do ( head -1 $f | grep file | grep -v '\.cpp' ) && echo $f && perl -pi.bak -e 's/\.C$/.cpp/' $f ; done ; cd .. ; done
2007-03-10 14:34:05 +00:00
Andreas Fabri e0e511de5d the makefile is not needed, and as it was outdated it created a red line in the testsuite 2007-02-23 13:37:14 +00:00
Laurent Rineau 9336a18ee7 temp. cgal_test modified to show why it fails 2007-02-23 13:23:53 +00:00
Andreas Fabri f2f0072fd9 Add std::cout << 'done' at the end to debug the testsuite tools 2007-02-01 16:43:45 +00:00
Naceur Meskini 564f380e53 last version 2006-10-10 11:57:17 +00:00
Andreas Fabri 06d7f731ec changed .C to .cpp in examples 2006-07-09 19:19:14 +00:00
Joachim Reichel f582718758 rename create_makefile to cgal_create_makefile to avoid name clashes,
adjust all occurences of create_makefile and create\_makefile in the entire
repository (well, trunk only)
2006-03-15 22:10:02 +00:00
Laurent Saboret 00398fbcdf Move packages to trunk root 2006-02-14 08:58:15 +00:00