Guillaume Damiand
31f97645d9
Finalize doc + example.
2015-01-05 18:37:50 +01:00
Guillaume Damiand
237c4b87fb
Remove warnings.
2014-12-27 20:12:51 +01:00
Guillaume Damiand
029724ab67
Add example file
2014-12-25 08:20:52 +01:00
Guillaume Damiand
d851f35651
Remove warnings; wrong use of typename and template in viewer; default argument for example.
2014-12-25 08:20:00 +01:00
Guillaume Damiand
69b53d262d
Improve demo drawing.
2014-12-24 09:18:55 +01:00
Guillaume Damiand
34e9139cde
Update viewers.
2014-12-24 08:19:09 +01:00
Sylvain Brandel
08af113c95
Adding linear_cell_complex_3_attributes_management.cpp example
2014-12-12 15:41:23 +01:00
Sylvain Brandel
b0591661fd
Adding example linear_cell_complex_3_attributes_management.cpp
2014-12-12 15:38:14 +01:00
Guillaume Damiand
8e8ab82527
Merge branch 'CMap_no_static_for_null_dart_handle-gdamiand'
...
null_dart_handle is no longer static; implies to move several methods from Dart concept into CMap concept. This will simplify the changing of the underlying container in the near future.
Small feature Combinatorial map dart attribute pre-approved in May 2013.
Approved by the release manager.
2013-11-28 08:22:40 +01:00
Guillaume Damiand
cd3b457f67
Modif in CMakeList in LCC examples.
...
Trivial bug fix for master.
2013-11-14 11:59:30 +01:00
Guillaume Damiand
dccdec40a5
Combinatorial map with no static dart_null_handle.
...
This is a copy from the branch CMap_no_dart-gdamiand by keeping only the part with dart_handle.
The modifications are the ones given in the small feature Combinatorial map dart attribute.
2013-11-12 22:27:44 +01:00
Guillaume Damiand
a4e392b552
Copy of CMap: ok for code and test suite.
2013-06-05 16:16:02 +02:00
Guillaume Damiand
035ff356b6
Better solution for lcc copy
2013-06-04 18:27:13 +02:00
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