Guillaume Damiand
35509487a9
On split can now be called with a cmap as parameter.
2013-02-17 21:19:17 +01:00
Guillaume Damiand
bf70c5b8e5
* Bug fix in is_sewable for i>3.
...
* replace some assert by CGAL_assertion.
* add composition of beta, static version when no c++11.
2013-02-15 13:25:51 +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
1adf441b18
Convert all CRLF files to LF
2012-12-03 18:44:24 +01:00
Laurent Rineau
2db4effa7e
CMake: Fix the handling of cmake_policy
...
That is a followup-to my commit last year:
| ------------------------------------------------------------------------
| r63198 | lrineau | 2011-04-28 19:45:22 +0200 (Thu, 28 Apr 2011) | 5 lines
|
| Try to fix my last revision about cmake_policy, with CMake-2.6.x
|
| CMake gives an error if one tries to use cmake_policy(VERSION x.y.z) if
| x.y.z is greater than the current CMake version.
|
| ------------------------------------------------------------------------
The following check:
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6)
is useless just after a call to:
cmake_minimum_required(VERSION 2.6.2)
The script used to fix that was:
#!/usr/bin/env perl
$replacement=<<'END';
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}" VERSION_GREATER 2.8.3)
cmake_policy(VERSION 2.8.4)
else()
cmake_policy(VERSION 2.6)
endif()
END
while(<>) {
if(/if\("\${CMAKE_MAJOR_VERSION}.\${CMAKE_MINOR_VERSION}" VERSION_GREATER 2.6\)/) {
while(<>) {
if(/^endif\(\)/) {
print "$replacement";
while(<>) {
print;
}
exit 0
}
}
}
print;
}
2012-08-22 12:35:03 +00:00
Guillaume Damiand
dee5e3bfd2
Remove licence headers in examples of LCC.
2012-08-14 14:54:46 +00:00
Guillaume Damiand
49780518f2
Remove some warnings
2012-07-05 13:39:34 +00:00
Guillaume Damiand
44d29a5c8f
* Add a second subdvision method in LCC demo
...
* Add two basic usefull functions (internal as undocumented)
* Add an example showing how to customize the type of point used in LCC
2012-07-02 09:20:14 +00:00
Philipp Möller
91dbadcf7d
Drop an unused variable.
2012-06-20 11:54:28 +00:00
Guillaume Damiand
adb73b256c
Add readme to explain the different examples in LCC.
2012-01-04 12:07:01 +00:00
Guillaume Damiand
9c203dec50
Remove warnings + useless data file.
2011-12-28 14:03:24 +00:00
Guillaume Damiand
ecbc71a4d7
Remove some warnings.
2011-12-22 07:06:55 +00:00
Guillaume Damiand
609b2a9242
Re-add file for example plane_graph_to_lcc_2.cpp which has strangely disappeared.
2011-12-21 07:30:21 +00:00
Guillaume Damiand
3410b98aab
Remove typename outside template class.
2011-12-21 07:17:24 +00:00
Guillaume Damiand
449a6f8e39
Examples are now all ok.
2011-12-20 11:41:36 +00:00
Guillaume Damiand
19665940f1
Modifs of example. Now voronoi2 is a real voronoi diagramm.
2011-12-20 10:31:16 +00:00
Guillaume Damiand
5354a329a5
Modifs of voronoi examples to set the points in the center of circumcenter circles.
2011-12-19 21:08:48 +00:00
Guillaume Damiand
97cd2b857c
Examples in LCC.
2011-12-19 14:39:49 +00:00
Guillaume Damiand
f6cd69aa7b
Add an example to build voronoi_2.
2011-12-19 06:38:04 +00:00
Guillaume Damiand
488e51e597
Add an example to triangulate a face of a give lcc.
2011-12-18 17:59:36 +00:00
Guillaume Damiand
19be6138fe
Examples
2011-11-22 07:08:19 +00:00
Guillaume Damiand
cb3c66dd90
Revert of linear_cell_complex_3 example to use foreach which is now ok. Copyright. Add tests.
2011-11-21 13:11:43 +00:00
Guillaume Damiand
5f1a01118f
Modif of example
2011-11-17 16:23:27 +00:00
Guillaume Damiand
15a3df3950
Modif of example
2011-11-17 16:17:13 +00:00
Guillaume Damiand
e16a6a252f
Remove warning. Update CmakeLists.
2011-11-09 10:46:03 +00:00
Guillaume Damiand
f49823ff3a
Remove a warning; remove two advanced examples from testsuite.
2011-11-09 08:10:42 +00:00
Guillaume Damiand
1fdb2dfc27
Small modifs of examples after a last proofreading of manuals
2011-11-08 18:45:53 +00:00
Guillaume Damiand
69c88def77
Update the voronoi3 example to draw only volumes that are not adjacent to the infinite volume.
2011-11-08 12:04:20 +00:00
Guillaume Damiand
d63b44afd9
Examples are now ok.
2011-11-07 16:29:38 +00:00
Guillaume Damiand
847b2f89f3
Modifications of examples to follow modif of api.
2011-10-24 09:55:24 +00:00
Guillaume Damiand
77b48c85cf
Modifs of examples to follow modifs in api
2011-10-23 11:43:25 +00:00
Guillaume Damiand
0f48127436
Modifs of examples to follow manual
2011-10-21 15:56:08 +00:00
Guillaume Damiand
ce57df9945
Add a const
2011-10-14 18:41:55 +00:00
Guillaume Damiand
34f7291fa4
Add the Linear_cell_complex directory by copy of the previous branch in order to conserv the history
2011-10-14 17:53:30 +00:00
Guillaume Damiand
b68c7da28b
Remove directory Linear_cell_complex/
2011-10-14 17:51:15 +00:00
Guillaume Damiand
025a6db5e6
Add Linear_cell_complex directory.
2011-10-14 15:46:50 +00:00