Laurent Rineau
a4e2f8d4f5
Bug fixes in Mesh_3 documentation
...
1/ The requirement on the constructor of
Polyhedral_mesh_domain_with_features_3 was wrong: the argument must be
convertible to Mesh_polyhedron_3, and not to Polyhedron_3.
2/ The geom traits of Mesh_polyhedron_3<Gt> must be model of
PolyhedronTraits_3 *and* of IntersectionGeometricTraits_3.
(That patch passes the manual testsuite.)
2012-04-18 15:33:14 +00:00
Laurent Rineau
eb52def3db
Restore indentation (one line) after a modification by a Windows developer
2012-04-10 12:08:05 +00:00
Laurent Rineau
1cc3ca5ace
Fix documentation
...
Since CGAL-3.8, the API has changed (with MPL tricks to keep the backward
compatibility):
- In the concepts Mesh(Facet|Cell)Criteria_3, the nested types
(Facet|Cell)_badness were renamed to Is_(facet|cell)_bad.
That change was not fully done in the documentation.
2012-02-09 15:12:13 +00:00
Laurent Rineau
0b427c99eb
Fix license headers
2012-02-06 11:39:56 +00:00
Laurent Rineau
b2d0dcfc58
Remove a warning (unused variable)
2012-01-31 15:03:44 +00:00
Andreas Fabri
75f50a1513
Fix for Windows 'min/max' bug
2012-01-18 11:32:21 +00:00
Laurent Rineau
dbf52257f8
In Polyhedral_mesh_domain_3, add a check that the input polyhedron is
...
triangulated.
2012-01-18 11:06:11 +00:00
Laurent Rineau
83f0d35e52
Protect calls to min and max with parenthesis
2012-01-17 15:54:58 +00:00
Laurent Rineau
a37c74d534
Add license files, per package
2012-01-16 15:54:22 +00:00
Laurent Rineau
2af2160942
Turn \ccLicenseQPL into \ccLicenseGPL
2012-01-13 17:13:55 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Laurent Rineau
5b5dd33848
merge changes from next
2012-01-09 12:33:39 +00:00
Sébastien Loriot
6218ff55d6
make the plane plugin working with old version of QGLViewer too
2011-12-16 16:48:15 +00:00
Sébastien Loriot
8feec6a713
*add more path for finding GLEW
...
*pretty formatting of Cmake error when glew is not here
for the plane plugin
2011-12-16 16:31:31 +00:00
Philipp Möller
bf3a5b414c
* showing isovalues at pixels is now done with shift+click and is a lot smoother
2011-12-16 12:53:28 +00:00
Philipp Möller
15e8fee2ba
Fixed an issue where the slider size would jump around when the cubeLabel grew by a digit
2011-12-16 11:27:19 +00:00
Philipp Möller
c51a88d593
merged next prior to reintegration
2011-12-14 18:08:34 +00:00
Sébastien Loriot
c18c7d57e2
revert commit 66805: the inherits was refering to the template parameter
...
not the concept. Added a no link instruction.
2011-12-14 15:08:29 +00:00
Sébastien Loriot
ceaf6e3bca
A class cannot inherits from a concept,
...
this "inheritance" notion is already done at the concept level.
2011-12-14 13:59:11 +00:00
Sébastien Loriot
80e0ff0c81
use cell_radius_edge_ratio in examples instead of cell_radius_edge which is
...
no longer documented
2011-12-14 09:42:11 +00:00
Sébastien Loriot
e75645e963
fix typo
2011-12-14 09:18:45 +00:00
Philipp Möller
f93f560888
* IsoValues at mouse position are approximately mapped back to the original values
...
* message for cmake
* cleanup
2011-12-13 17:34:53 +00:00
Philipp Möller
d5cab29802
Fixed superfluous semicolon and unused parameter warnings
2011-12-13 15:17:01 +00:00
Philipp Möller
478bf6cf53
Volume_plane_plugin only compiled when GLEW is available
2011-12-09 16:20:48 +00:00
Philipp Möller
4290882495
Added volume_planes_plugin to cgal_test_with_cmake
2011-12-08 13:03:02 +00:00
Philipp Möller
b5026bf1aa
extract RGB from mouse position
2011-12-08 13:00:04 +00:00
Laurent Rineau
ab6628060a
Fix a bug in a debug message
2011-12-07 18:10:32 +00:00
Philipp Möller
640cf4a10f
* Visual Studio fixes
2011-12-06 15:49:42 +00:00
Philipp Möller
3a690309c5
* Release build fixes
...
* Added a label that shows the cube number each plane is in
2011-12-06 14:17:50 +00:00
Philipp Möller
90d100f924
* OpenGL 2.0 compatibility
2011-12-06 12:02:31 +00:00
Philipp Möller
3d408da10f
* Non-blocking creating
...
* Sliders
* Intersection visualization (still has stitching artifacts on borders)
2011-12-06 11:10:16 +00:00
Philipp Möller
a246935a34
Optimized rendering, speed and memory consumption for real-time
2011-12-02 13:37:00 +00:00
Philipp Möller
44631645b0
Fixed issues with different data types in images
2011-11-30 18:18:17 +00:00
Philipp Möller
816891e805
Fixes last bug with z-plane
2011-11-29 17:20:59 +00:00
Philipp Möller
21ef75f16e
Volume planes plugin for Segmented_image
2011-11-29 17:00:46 +00:00
Philipp Möller
e9748fdf9a
Set but not used variables removed for smoother compiling with -Wextra
2011-11-25 14:04:37 +00:00
Sébastien Loriot
bfba876fb8
typo
2011-11-24 17:41:40 +00:00
Laurent Rineau
93486787c3
The inside of ccPkgDescription must not contain black lines between macros
...
Otherwise that inserts a buggy "<p>" tag in the package overview where the
doctype does not allow it.
2011-11-15 19:16:23 +00:00
Laurent Rineau
27383e7ee1
merge from next
2011-10-17 16:18:46 +00:00
Laurent Rineau
f369ca21fa
Better save_snapshot with libQGLViewer
2011-10-17 16:14:23 +00:00
Laurent Rineau
88ef561715
Fix the call to Q_INIT_RESOURCE
...
For resources that are shipped by the CGAL_Qt4 library, one need to call
CGAL_QT4_INIT_RESOURCES, a macro that calls CGAL_Qt4_init_resources
(exported by the CGAL_Qt4 DLL)
2011-10-11 09:51:29 +00:00
Sébastien Loriot
91a5327fa8
change LGPLv2 -> LGPLv3
2011-10-10 13:48:25 +00:00
Sébastien Loriot
554f62d411
remove executable property from copyright files
2011-10-03 08:18:16 +00:00
Laurent Rineau
7fdf1f2d78
All TO-DOs where obsolete. Remove them. Add a new one.
2011-09-30 13:43:30 +00:00
Laurent Rineau
9d7bc3fcd7
Typo. To be coherent with current documentation of the concept MeshDomain_3
...
In Mesh_domain_with_polyline_features_3, the type FT must be taken from the
geom traits, and not from the base, because the concept MeshDomain_3 does
not ask for the type FT.
2011-09-30 13:41:09 +00:00
Andreas Fabri
d10a333947
Add a file with the copyright holder(s) to the package_info
2011-09-29 20:45:16 +00:00
Laurent Rineau
3768790551
Add demo links in package overview for Mesh_3 and Generator
2011-09-29 13:40:22 +00:00
Laurent Rineau
08a567a025
Remove this auto-generated cgal_test_with_cmake
2011-09-29 11:43:44 +00:00
Laurent Rineau
53a25ed753
Remove lines of code that should have never been added to this example
...
BUGFIX
2011-09-29 11:42:37 +00:00
Laurent Rineau
fdb7ea6c6b
prepare ccPkgHowToCiteCgal for CGAL-3.10 (in 2012)
2011-09-28 16:15:05 +00:00