Pedro Machado Manhaes de Castro
caedb2cf8f
good naming of global functions
2008-09-29 18:58:39 +00:00
Pedro Machado Manhaes de Castro
56901ba7f7
Globals with T<K> instead of typename K::T, and reordering of .h so it works
2008-09-29 18:50:45 +00:00
Pedro Machado Manhaes de Castro
5dfed6f7f2
More accuracy on the to_double of Root_of_2
2008-09-29 18:20:02 +00:00
Laurent Rineau
8a2a1f9902
- New icons for the two Triangulation_2 demos (Andreas: remember that we demo
...
about regular).
- Constrained_Delaunay_triangulation_2 can now optionnaly show the mesh
domain.
2008-09-29 17:42:10 +00:00
Laurent Rineau
1ddcec5471
Fix compilation error: header missing.
2008-09-29 17:39:05 +00:00
Laurent Rineau
b7ad8da9ea
Fix CMakeLists.txt: add cmake_minimum_required.
2008-09-29 17:27:28 +00:00
Laurent Rineau
21be621000
Fix typo.
2008-09-29 17:26:00 +00:00
Daniel Russel
961dee39fb
properly handle event times which don't support infinity
2008-09-29 16:59:08 +00:00
Laurent Rineau
a2c1d435eb
Fix: make setVisibleEdges() work again.
2008-09-29 16:42:23 +00:00
Michael Kerber
3c173b38c2
Removed unneccessary includes
2008-09-29 15:46:20 +00:00
Laurent Rineau
bc66de2b4c
Fix to avoid warnings about a "broken pipe".
2008-09-29 14:16:45 +00:00
Laurent Saboret
59906eeb79
- Fixed bug in in-place version of remove_outliers_wrt_camera_cone_angle_3() related to Gyroviz_point_3 copy constructor.
...
- Added warnings about remove_outliers_wrt_avg_knn_sq_distance_3(), remove_outliers_wrt_camera_cone_angle_3(), merge_epsilon_nearest_points_3(), random_simplification_points_3() and smooth_jet_fitting_3() which are not compatible with containers sorted wrt points position.
2008-09-29 14:13:21 +00:00
Laurent Saboret
21badcfe18
Removed boost properties (unused).
2008-09-29 14:08:19 +00:00
Michael Kerber
013a8f5b8f
Rotation_traits_for_base_angle uses Polynomial-type instead of coefficient_type as template argument
2008-09-29 12:58:12 +00:00
Laurent Rineau
7b885c20d1
Make run_testsuite_with_cmake and run_testsuite ignore icons/ and
...
resources/ (which are not directories that contain code).
2008-09-29 12:40:33 +00:00
Laurent Rineau
54a1337d49
- Followup to r45799: "Tricks with file descriptors, so that I can receive
...
by email (sended by crond) the warnings about conflicting files."
- Copy demo/icons and demo/resources in test/ (during internal release
creation), so that demos can find the resources.
2008-09-29 12:35:57 +00:00
Laurent Rineau
202d2b53ca
Force variables CGAL_<component>_LIBRARY.
...
For an unkwnon reason, they are copied from the reference cache, which is wrong.
2008-09-29 10:09:35 +00:00
Bernd Gärtner
907223b777
First Boost 1.33.1 workaround (maybe others will be necessary as well)
2008-09-29 09:03:20 +00:00
Laurent Rineau
594bb16960
Add cmake_minimum_required (to avoid a warning).
2008-09-29 07:59:46 +00:00
Laurent Rineau
a04928195d
Use QApplication::restoreOverrideCursor() instead of
...
QApplication::setOverrideCursor(Qt::ArrowCursor).
2008-09-28 16:23:39 +00:00
Laurent Rineau
451268657e
Make the cancel button of the "insert random points" dialog work.
2008-09-28 15:56:32 +00:00
Laurent Rineau
c25131529f
Fix blue result detection.
2008-09-28 10:58:18 +00:00
Daniel Russel
f46f0a7060
fix listener names and includes
2008-09-26 21:00:36 +00:00
Daniel Russel
07dfe8bf8c
Skip printing null key. Not sure why that escaped so long
2008-09-26 19:57:57 +00:00
Daniel Russel
562b62e0a3
don't make intervals with inf
2008-09-26 19:18:11 +00:00
Laurent Rineau
77582cfe07
Change default Windows sizes.
2008-09-26 17:13:52 +00:00
Laurent Rineau
e5c3e6d552
Fix a MSVCism: needed typename.
2008-09-26 17:10:37 +00:00
Andreas Fabri
a53755d379
A show too much
2008-09-26 16:49:37 +00:00
Laurent Saboret
a41552b1d2
Fixed bug in mutable version of smooth_jet_fitting_3(): attributes other than position were reset.
2008-09-26 16:44:31 +00:00
Andreas Fabri
76843e8416
Added Qt4 based Polygon demo to internal release
2008-09-26 16:29:18 +00:00
Andreas Fabri
f42e4df167
Added partition
2008-09-26 16:27:55 +00:00
Andreas Fabri
688833597b
qt3 demo backup dir
2008-09-26 16:26:31 +00:00
Andreas Fabri
9f8a1ef456
qt3 demo backup dir
2008-09-26 16:25:43 +00:00
Andreas Fabri
7051541823
Add 2D triangulation demos to the internal release
2008-09-26 16:24:06 +00:00
Andreas Fabri
3793aec23f
backup of old demos
2008-09-26 16:21:27 +00:00
Andreas Fabri
2451a0999e
backup of old demos
2008-09-26 16:19:52 +00:00
Andreas Fabri
a54674e4e3
Added visualization of conflict zone
2008-09-26 16:08:57 +00:00
Michael Hemmer
b6aa6d8644
apply modular filter to gcd functors
2008-09-26 14:52:49 +00:00
Laurent Rineau
1ca86be74c
Rename Load/save entries.
2008-09-26 14:30:47 +00:00
Michael Kerber
de7d09252c
Uses Polunomial_traits_d for gcd in cache
2008-09-26 13:52:44 +00:00
Laurent Rineau
324db7bcee
Rename variables: add "sq" in their names, so that one know that the
...
distances are squared.
2008-09-26 13:46:54 +00:00
Laurent Rineau
9113b6e8fb
Updated svn:ignore, now that mesh_demo is renamed mesh_2_demo.
2008-09-26 13:36:27 +00:00
Laurent Rineau
f2d3b0ecb4
Add a copy of demo/Mesh_2/data/ (that directory will be soon dont_submitted).
2008-09-26 13:35:46 +00:00
Laurent Rineau
1bd673b447
Rename mesh_demo.cpp to mesh_2_demo.cpp
2008-09-26 13:34:09 +00:00
Laurent Rineau
7db0035b21
Renam main.cpp to Polyhedron_3.cpp, to please cgal_test_with_cmake.
2008-09-26 13:23:02 +00:00
Laurent Saboret
674e9a2447
Fixed bug in mutable version of smooth_jet_fitting_3(): attributes other than position were reset.
2008-09-26 13:13:13 +00:00
Laurent Rineau
4b3e9815af
Ooops. I forgot that patch!
...
Followup to revision 45719, which was:
"- Fix soname and soversion of libraries (they were exchanged).
- Make get_dependency_version found the print_${LIB}_version.cpp, even
if the lib is compiled separately.
- Rename FindQt3.cmake to FindQt3-patched.cmake and Qt3Macros to
Qt3Macros-patched.
- Make CGAL-Qt3 compilable separately.
- Fix all commited CMakeLists.txt:
- use Qt3-patched and Qt3Macros-patched, and s/QT_/QT3_/
- add a comment about FindQt3-patched,
- wrap target creation with if(CGAL_FOUND AND QT3_FOUND)/else/endif
- Modified cgal_create_cmake_script"
2008-09-26 13:03:19 +00:00
Andreas Fabri
683fcfed36
reindentation
2008-09-26 12:47:01 +00:00
Andreas Fabri
59f5bc3c89
Random points in the screen and not the unit cube
2008-09-26 12:46:16 +00:00
Andreas Fabri
068b7cc61e
Added marker for boundary nesting level
2008-09-26 12:45:09 +00:00