Mael Rouxel-Labbé
7014aa0301
Use proper template / variable names for BGL graphs
2022-12-08 01:01:15 +01:00
Sebastien Loriot
f9527917c2
Add missing template keyword
2022-09-06 13:32:53 +02:00
maximecharriere
fa4d69c1fa
Draw face/vertex/edge with its own colour or a random colour
2022-08-29 19:57:32 +02:00
Laurent Rineau
585d0dc3dd
Merge branch '5.5.x-branch'
2022-08-29 11:36:14 +02:00
Laurent Rineau
c96f5ddfe4
Merge pull request #6795 from albert-github/feature/bug_obsolete_transparent
...
Obsolete doxygen settings
2022-08-29 11:35:52 +02:00
Laurent Rineau
59566d3fd8
Merge pull request #6800 from sloriot/SMS-test_relax_order
...
SMS test relaxed order
2022-08-29 11:35:49 +02:00
Laurent Rineau
07a8602183
Merge pull request #6801 from albert-github/feature/bug_divider_colortype
...
Divider between treeview and text
2022-08-29 11:35:44 +02:00
Laurent Rineau
9e74cfc1df
Merge pull request #6802 from lrineau/PSP_3-fix__test_read_write_point_set-GF
...
PSP_3: Fix test_read_write_point_set
2022-08-29 11:35:39 +02:00
Laurent Rineau
6df5509134
Merge pull request #6803 from afabri/Polyhedron_demo-visible_after_boolean-GF
...
Polyhedron Demo: Make input invisible after Boolean operation
2022-08-29 11:35:35 +02:00
Laurent Rineau
8a12615cce
Merge pull request #6800 from sloriot/SMS-test_relax_order
...
SMS test relaxed order
2022-08-29 11:33:18 +02:00
Andreas Fabri
834c93af05
Inflate only if a single item is selected
2022-08-19 10:58:09 +01:00
Andreas Fabri
3bd82bcda1
spliited -> split
2022-08-17 19:58:00 +01:00
Andreas Fabri
abb0cebcfe
Polyhedron Demo: Make input invisible after Boolean operation
2022-08-17 19:49:06 +01:00
Laurent Rineau
3668ca16b2
Fix test_read_write_point_set
...
The LAS format, even binary, is not an exact representation.
The coordinates are encoded using and offset and a scaling, for each
coordinate.
In `write_LAS_with_properties()`, Simon has hard-coded:
```
LASheader header;
header.x_scale_factor = 1e-9 * (bbox.xmax() - bbox.xmin());
header.y_scale_factor = 1e-9 * (bbox.ymax() - bbox.ymin());
header.z_scale_factor = 1e-9 * (bbox.zmax() - bbox.zmin());
header.x_offset = bbox.xmin();
header.y_offset = bbox.ymin();
header.z_offset = bbox.zmin();
```
So, the approximate comparison of coordinates, for the I/O test,
should compare using about the same precision.
2022-08-17 17:21:05 +02:00
Laurent Rineau
d49ee20965
Merge pull request #6665 from sloriot/CGAL-std_type_traits
2022-08-17 13:56:54 +02:00
albert-github
e1a5a3cd1d
Divider between treeview and text
...
In doxygen the setting `HTML_COLORSTYLE` has been introduced with as default `AUTO_LIGHT` but due to the current strategy of CGAL in respect to HTML stylesheets the divider between the treeview and the text is not properly visible anymore. Due to the same strategy the setting to `AUTO_LIGHT` does not make sense for CGAL.
When setting `HTML_COLORSTYLE=LIGHT` the divider is properly visible again.
2022-08-17 12:30:35 +02:00
Sébastien Loriot
6d3e8daa9c
test relaxed order
2022-08-16 17:30:40 +02:00
Sébastien Loriot
4143d143e0
fix assertion
2022-08-16 17:23:07 +02:00
albert-github
d1895dce99
Obsolete doxygen settings
...
In the current master the settings `DOT_TRANSPARENT` and `FORNULA_TRANSPARENT` are obsolete.
2022-08-11 13:42:49 +02:00
Sébastien Loriot
9dd8235dc5
more workarounds for MSVC 2015
...
[skip ci]
2022-08-10 23:50:39 +02:00
Sébastien Loriot
098ca52aff
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-08-10 18:39:17 +02:00
Sébastien Loriot
601bd64dc8
Merge remote-tracking branch 'cgal/5.4.x-branch'
2022-08-10 18:38:50 +02:00
Sebastien Loriot
3ad379bae6
Merge pull request #6787 from sloriot/CGAL-warnings
...
Fix warnings
2022-08-10 18:37:55 +02:00
Sebastien Loriot
f509f97a86
Merge pull request #6788 from MaelRL/AW3-Add_triangle_soup_example-GF
...
Add triangle soup wrap example for alpha wrap
2022-08-10 18:34:51 +02:00
Sebastien Loriot
3368ac557c
Merge pull request #6785 from afabri/Nef_3-fix_nary_operations-GF
...
Nef_3: Fix in nary functions
2022-08-10 18:34:10 +02:00
Sebastien Loriot
03ab0d5220
Merge pull request #6781 from afabri/Parameterization-change_define-GF
...
Parameterization: Scope name of a #define
2022-08-10 18:33:01 +02:00
Sebastien Loriot
d64d243bf5
Merge pull request #6772 from sloriot/PMP-remove_caps_needles_doc
...
Document remove_almost_degenerate_faces()
2022-08-10 18:31:52 +02:00
Mael Rouxel-Labbé
5cb3d3f101
Add triangle soup wrap example
2022-08-07 10:12:02 -07:00
Sebastien Loriot and Mael
beb57433c4
Apply suggestions from code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com >
2022-08-04 10:30:02 +02:00
Sébastien Loriot
ec858b5eff
fix out-of-bound warning
2022-08-04 08:55:58 +02:00
Sébastien Loriot
90d362d894
fix conversion warnings
2022-08-04 08:55:49 +02:00
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
Sebastien Loriot
cd883c678b
Merge pull request #6778 from albert-github/feature/bug_obsolete_dot
...
Replacing OBSOLETE doxygen settings
2022-08-03 19:58:49 +02:00
Sebastien Loriot
55492f8eb6
Merge pull request #6767 from albert-github/feature/bug_latexonly
...
Confusing line numbers in case of warnings
2022-08-03 19:58:07 +02:00
Andreas Fabri
001f9b8c43
Change macro name
2022-08-03 11:35:00 +01:00
Andreas Fabri
7b09c8e5ea
Nef_3: Fix in nary functions
2022-08-02 17:37:38 +01:00
Andreas Fabri
349f9ac384
Fix link
2022-08-02 16:01:43 +01:00
Sebastien Loriot
c388f30e27
Merge pull request #6782 from sloriot/PSR-fix_license
...
Fix package license
2022-08-02 15:02:55 +02:00
Sébastien Loriot
d8c92fc92f
fix package license
2022-08-02 13:32:36 +02:00
Sebastien Loriot
f4a505ca2a
Merge pull request #6688 from gdamiand/CMap_index-gdamiand
...
CMap/GMap/LCC with index
2022-08-02 10:55:37 +02:00
Andreas Fabri
b52d211824
Parameterization: Scope name of a #define
2022-08-02 09:27:01 +01:00
Sébastien Loriot
decab153bb
Merge pull request #6716 from afabri/Parameterization-iterative_authalic_performance-GF
...
Parameterization: Make Iterative_authalic_parameterization faster (WIP)
2022-08-01 15:54:38 +02:00
Sébastien Loriot
d04f42c3b1
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-08-01 15:53:56 +02:00
Sébastien Loriot
3c24a79336
Merge pull request #6773 from janetournois/PMP-relaxation_avoid_global_function-jtournois
...
PMP::tangential_relaxation() - avoid using global function barycenter()
2022-08-01 15:52:31 +02:00
Sébastien Loriot
403c1ed975
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2022-08-01 15:51:53 +02:00
Sebastien Loriot
9865aae71a
Merge pull request #6774 from janetournois/PMP-remeshing_avoid_global_function-jtournois
...
PMP::isotropic_remeshing() - avoid using global function midpoint()
2022-08-01 15:50:50 +02:00
albert-github
07fb04e860
Replacing OBSOLETE doxygen settings
...
Replacing the doxygen obsolete settings with the new settings
2022-08-01 12:31:46 +02:00
Sven Oesau
d98076bba6
removed protected copy_sparse_matrix as it is no longer required when the matrix type is assignable
2022-07-29 15:44:24 +02:00
Sven Oesau
6a7eadc059
added refines Assignable
...
removed assignment operator
2022-07-29 15:39:27 +02:00
Jane Tournois
c6bc71b254
use construct_midpoint_3_object() instead of CGAL::midpoint()
2022-07-28 15:51:56 +02:00