Andreas Fabri
|
75cb1593d0
|
WIP: try to do plane/tet intersection. I think the edge indexing is wrong
|
2021-02-10 15:41:45 +00:00 |
Sébastien Loriot
|
482db1f0cc
|
forget to update bbox case
|
2021-02-10 11:11:01 +01:00 |
Sébastien Loriot
|
231e9f1b93
|
handle cases when plane contains an edge
|
2021-02-10 10:29:02 +01:00 |
Sébastien Loriot
|
38142dc101
|
update include directives
|
2021-02-09 18:51:38 +01:00 |
Sébastien Loriot
|
a595e529c5
|
remove edge map and inter pt set
|
2021-02-09 18:43:05 +01:00 |
Sébastien Loriot
|
81ba9da292
|
remove tabs
|
2021-02-09 18:42:39 +01:00 |
Sébastien Loriot
|
81a6fe16e8
|
remove idmap
|
2021-02-09 18:27:58 +01:00 |
Sébastien Loriot
|
95bd626bbd
|
use one vector
|
2021-02-09 18:01:55 +01:00 |
Sébastien Loriot
|
b363977c87
|
clean up
|
2021-02-09 17:58:25 +01:00 |
Sébastien Loriot
|
fb731259d7
|
fix comparison
|
2021-02-09 17:51:01 +01:00 |
Andreas Fabri
|
6d438a0f94
|
WIP
|
2021-02-09 15:48:03 +00:00 |
Andreas Fabri
|
d71057ce96
|
Test if there is something on the optional
|
2021-02-05 12:25:27 +00:00 |
Laurent Rineau
|
6511f95999
|
Merge pull request #5323 from sgiraudot/PSP-Fix_binary_tag_for_windows-GF
Point Set Processing - Fix missing std::ios::binary tag in some examples
|
2021-01-21 16:09:46 +01:00 |
Laurent Rineau
|
bc736f350b
|
Merge pull request #5331 from sgiraudot/Scale_space-Fix_warning_compare_unsigned_with_0-GF
[Scale Space] Fix warning, comparing size_t with 0 is always true
|
2021-01-21 16:09:43 +01:00 |
Laurent Rineau
|
638bbe309a
|
Merge pull request #5343 from maxGimeno/Deactivate_geomview_demo-maxGimeno
Deactivate geomview_demo
|
2021-01-21 16:09:41 +01:00 |
Laurent Rineau
|
dce5ed14b7
|
Merge pull request #5355 from sloriot/CGAL-boost_function_output-5.1
Include non-deprecated header (5.1)
|
2021-01-21 16:09:39 +01:00 |
Laurent Rineau
|
0c8a38a8f3
|
Merge pull request #5358 from sloriot/CGAL-Eigen3_support-5.1
Fix macro name to be consistent with find_package (5.1)
|
2021-01-21 16:09:37 +01:00 |
Sébastien Loriot
|
eecb00534e
|
fix macro name to be consistent with find_package
|
2021-01-15 10:43:34 +01:00 |
Sébastien Loriot
|
efc0c525e8
|
include non-deprecated header
|
2021-01-15 10:02:00 +01:00 |
Maxime Gimeno
|
a507747404
|
deactivate geomview_demo
|
2021-01-12 11:05:47 +01:00 |
Laurent Rineau
|
51139430c2
|
Merge pull request #5296 from janetournois/Tet_remeshing-fix_cell_selector-jtournois
Tetrahedral_remeshing - fix the cell selection
|
2021-01-06 15:48:15 +01:00 |
Laurent Rineau
|
bb87efaf68
|
Merge pull request #5299 from maxGimeno/Checks_in_github-maxGimeno
CI: Add Checks in GitHub Actions
|
2021-01-06 15:48:13 +01:00 |
Simon Giraudot
|
e895f42f28
|
Fix warning, comparing size_t with 0 is always true
|
2021-01-06 14:31:09 +01:00 |
Simon Giraudot
|
64795b14c8
|
Fix missing std ios binary tag
|
2021-01-05 13:37:38 +01:00 |
Maxime Gimeno
|
fc4fc891e7
|
Fix dependencies
|
2020-12-29 14:33:49 +01:00 |
Maxime Gimeno
|
f6874b2d31
|
Add checks for pushes
|
2020-12-29 14:33:29 +01:00 |
Laurent Rineau
|
f79fbb34d3
|
This branch now targets 5.1.3
|
2020-12-22 11:55:08 +01:00 |
Jane Tournois
|
b1f3dfaeba
|
make is_selected(edge) a lot simpler than its naive version
|
2020-12-18 11:19:35 +01:00 |
Jane Tournois
|
0fdfebd57f
|
split and collapse only edges that were selected by cell_selector
|
2020-12-17 17:30:17 +01:00 |
Jane Tournois
|
7177d80b72
|
smoothing : move only vertices that are allowed to wrt to cell selector
|
2020-12-17 17:14:43 +01:00 |
Laurent Rineau
|
6f8f790ae9
|
Merge pull request #5286 from janetournois/PMP-isotropic_remeshing_fix_is_corner-jtournois
PMP::isotropic_remeshing - fix is_corner(v)
|
2020-12-17 17:02:29 +01:00 |
Laurent Rineau
|
db9033d1d3
|
fix trailing whitespace
|
2020-12-16 17:52:03 +01:00 |
Laurent Rineau
|
02f60ff793
|
Merge pull request #5254 from janetournois/Tet_remeshing-fix_split_on_surfaces-GF
Tetrahedral remeshing - fix edge split step
|
2020-12-16 17:46:53 +01:00 |
Laurent Rineau
|
e504335238
|
Merge pull request #5261 from lrineau/fix-Wnon-c-typedef-for-linkage
Fix warnings [-Wnon-c-typedef-for-linkage] In Ridges and Jet_fitting
|
2020-12-16 17:46:50 +01:00 |
Laurent Rineau
|
2f4ad62411
|
Merge pull request #5263 from MaelRL/PMP-Fix_remove_degenerate_edges_mutated_loop-GF
Fix multiples calls to degenerate_edges() with an invalid input range
|
2020-12-16 17:46:48 +01:00 |
Laurent Rineau
|
cf5aaeba5c
|
Merge pull request #5279 from sgiraudot/RANSAC-Fix_ptrdiff_overflow-GF
[RANSAC] Fix ptrdiff overflow
|
2020-12-16 17:46:45 +01:00 |
Laurent Rineau
|
f810a51758
|
Merge pull request #5282 from maxGimeno/Random_header_only-maxGimeno
Random_numbers : re-activate the seed printing in cgal_only
|
2020-12-16 17:46:43 +01:00 |
Jane Tournois
|
1afacb1d0b
|
is_corner(v) should count both incoming and outgoing halfedges around v
|
2020-12-15 17:39:10 +01:00 |
Mael Rouxel-Labbé
|
56ac58de41
|
Fix size conversion warning
|
2020-12-15 16:13:13 +01:00 |
Mael Rouxel-Labbé
|
136ddee8da
|
Do not use the iterator after its deletion
|
2020-12-15 16:13:00 +01:00 |
Simon Giraudot
|
a7b2ed13f4
|
Fix conversion warning
|
2020-12-15 15:44:11 +01:00 |
Maxime Gimeno
|
7e05923005
|
Remove the if !defined(CGAL_HEADER_ONLY) in the get_default_random() function. Random has bee fixed in 4.9 but this test was forgotten.
|
2020-12-15 09:51:13 +01:00 |
Laurent Rineau
|
ba8211ce21
|
Merge pull request #5229 from MaelRL/AABB-no_underscore_in_doc-GF
AABB: Fix extra underscore in the documentation of the VPM template parameter
|
2020-12-15 09:05:00 +01:00 |
Laurent Rineau
|
1ecc57b367
|
Merge pull request #5238 from albert-github/feature/bug_space_link
Superfluous space in link
|
2020-12-15 09:04:58 +01:00 |
Laurent Rineau
|
91b1ab221f
|
Merge pull request #5255 from sgiraudot/Shape_detection-Fix_auto_param_detection-GF
[RANSAC] Fix detection of automatic parameter selection
|
2020-12-15 09:04:55 +01:00 |
Simon Giraudot
|
360040dfd6
|
Fix ptrdiff_t overflow
|
2020-12-14 15:18:56 +01:00 |
Jane Tournois
|
2ac22ab592
|
fix "may be uninitialized" warning
|
2020-12-11 16:49:56 +01:00 |
Maxime Gimeno
|
4607a0fbdf
|
Fix warning
|
2020-12-11 14:09:39 +01:00 |
Maxime Gimeno
|
c7c5ae9150
|
add missing define
|
2020-12-11 13:56:35 +01:00 |
Mael Rouxel-Labbé
|
818037a0ce
|
Fix multiples calls to degenerate_edges() with an invalid input range
|
2020-12-10 17:34:55 +01:00 |