Guillaume Damiand
d00df7f8e5
use \ccc in doc
2012-09-13 10:13:38 +00:00
Guillaume Damiand
c871aa06b4
* Add generic beta in CMap (small feature);
...
* Add generic create_dart and create_attribute in CMap (small feature);
* Add generic create_vertex_attribute in LCC (small feature);
* BugFix in LCC doc (wrong concept for item class).
2012-09-06 11:42:50 +00: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
bf0d1025eb
Revert last commit: cgal is really too rigid...
2012-07-17 08:56:13 +00:00
Guillaume Damiand
46f16de7c9
Add operator += in BBox classes (more or less a trivial bug-fix).
2012-07-17 08:18:59 +00:00
Guillaume Damiand
ad06e50196
Remove a warning
2012-07-06 05:09:00 +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
82fe54b829
Warnings
2012-05-10 11:27:30 +00:00
Guillaume Damiand
1041faed99
More warnings
2012-05-09 11:25:38 +00:00
Guillaume Damiand
084dc9e99c
Small errors and warning
2012-05-09 10:45:32 +00:00
Guillaume Damiand
cb7e3bde41
Merge with next
2012-05-05 07:07:53 +00:00
Guillaume Damiand
71c334496c
Add timers in LCC demo.
2012-05-05 07:03:14 +00:00
Guillaume Damiand
559ac7992a
Bugfix: Remove an undocumented constructor of Cell_attribute_with_point class which involves a conflict if an user uses Point as Info template argument.
2012-05-03 19:15:06 +00:00
Guillaume Damiand
39f29392b0
Remove a warning
2012-04-05 06:59:46 +00:00
Guillaume Damiand
4e1e4e3739
Remove warnings and replace pow by CGAL::ipow
2012-04-03 07:41:31 +00:00
Guillaume Damiand
dee0350bd3
Demo...
2012-04-01 19:37:45 +00:00
Guillaume Damiand
df1af8c5e4
Extend filled volumes
2012-03-30 14:43:40 +00:00
Guillaume Damiand
002ca688a3
Reinit the dialog box to create several menger sponges
2012-03-30 14:23:17 +00:00
Guillaume Damiand
de2244f46d
Demo ok for menger v2
2012-03-30 14:01:27 +00:00
Guillaume Damiand
c61f107354
Demo...
2012-03-30 11:00:40 +00:00
Guillaume Damiand
d2160fd6ce
Bug fix in sew3_same_facets method
2012-03-29 19:55:53 +00:00
Guillaume Damiand
f04bc65cf0
Wip refactoring demo
2012-03-29 19:55:20 +00:00
Guillaume Damiand
2e79d76bbe
Wip refactoring the demo.
2012-03-29 13:39:14 +00:00
Guillaume Damiand
bc1faf125e
Remove some warnings
2012-03-28 11:30:12 +00:00
Guillaume Damiand
60476a44fa
LCC demo improve 3D subdivision
2012-03-26 20:13:07 +00:00
Guillaume Damiand
e33465fa33
Improve the flip edge method (avoid remove and insert edge)
2012-03-26 16:07:17 +00:00
Guillaume Damiand
be0b67ba72
Create menger sponge is not modeless.
2012-03-26 14:53:13 +00:00
Guillaume Damiand
be004894bc
Create mesh is now modeless
2012-03-26 13:39:58 +00:00
Guillaume Damiand
72a62b217c
cleanup
2012-03-26 12:49:54 +00:00
Guillaume Damiand
1651561609
Menger demo is ok
2012-03-26 12:30:53 +00:00
Guillaume Damiand
99b0a3cd56
Menger demo: ok for remove edges.
2012-03-26 11:44:53 +00:00
Guillaume Damiand
108f7a330e
Modification of the edge removal
2012-03-26 10:16:16 +00:00
Guillaume Damiand
5638f518f3
Update dialog box; start menger subdivision to 0.
2012-03-26 07:46:54 +00:00
Guillaume Damiand
98db531bdf
Wip on menger sponge demo to decrease the resolution.
2012-03-23 16:34:33 +00:00
Guillaume Damiand
db7fb1e941
Modify name of slots to use qt auto connect. Add function allowing to merge all connected volumes.
2012-03-23 13:44:08 +00:00
Guillaume Damiand
8508f48c4d
Menger increase level ok
2012-03-23 12:05:36 +00:00
Guillaume Damiand
c243971b40
V1 for menger sponge.
2012-03-23 09:28:20 +00:00
Laurent Rineau
4d9ad434eb
Add/fix the bib entry for Linear Cell Complex
2012-02-09 10:32:10 +00:00
Guillaume Damiand
e341c43baf
Typo.
2012-01-25 14:00:57 +00:00
Laurent Rineau
3c9313ae52
Rename Linear_cell_complex_3.cpp to Linear_cell_complex_3_demo.cpp
...
That way, the automatically generated cgal_test script will work.
2012-01-24 18:39:05 +00:00
Laurent Rineau
08fa2f98c9
Rename the target Linear_cell_complex_3 to Linear_cell_complex_3_demo
...
On Windows, CMake makes the difference between the target
linear_cell_complex_3 (from examples) and Linear_cell_complex_3 (from
demo). But those two targets only differ by the case, and that makes
a confusion at the level of nmake.
2012-01-20 15:03:37 +00:00
Guillaume Damiand
5f642cffd5
typo
2012-01-19 18:17:21 +00:00
Andreas Fabri
f2cbdf7eec
typos fixed
2012-01-19 17:35:01 +00:00
Laurent Rineau
a37c74d534
Add license files, per package
2012-01-16 15:54:22 +00:00
Guillaume Damiand
3a3cd7cdca
Bad comment.
2012-01-16 10:13:43 +00:00
Guillaume Damiand
307f74ab94
Remove links in package description.
2012-01-16 10:12:22 +00:00
Laurent Rineau
36aab7376c
Fix the initialization of CGAL Qt resources, on Windows platforms
2012-01-16 10:09:33 +00:00