Sébastien Loriot
85dd768676
handle calls to barycenter for leaf nodes
2024-01-30 17:59:33 +01:00
Sébastien Loriot
3763febfa8
fix compilation issues
2024-01-30 17:36:41 +01:00
Sébastien Loriot
ef1fc52278
clean up implementation and also use it in barycenter
2024-01-30 17:30:59 +01:00
Sébastien Loriot
434d3e95e4
draft for an implementation of bbox corner that are consistent between
...
nodes of different depths
2024-01-30 17:29:22 +01:00
Sven Oesau
2802d58326
removing Maybe_node_index
2024-01-30 17:14:37 +01:00
Sven Oesau
11f0a842de
changing dimension and degree in orthtree(_traits) to int
2024-01-30 17:14:36 +01:00
Sven Oesau
546c0c842a
small doc corrections
2024-01-30 17:14:36 +01:00
Sébastien Loriot
88f01a5f1d
get rid of EPECK
...
we compute sizes approximatively and sets bboxes using those value:
computation is always the same so values are the same if the
rounding mode is not changed. The only exception is for the max value
on the bbox of the root where the max is used instead of being computed
using precomputed extent sizes
2024-01-26 16:06:05 +01:00
Sébastien Loriot
caad3b3cf0
pass on Orthtree class
2024-01-25 16:37:05 +01:00
Sébastien Loriot
d515e42c39
fix doc warning
2024-01-25 13:46:55 +01:00
Andreas Fabri
585467ab36
As the bbox of nodes gets constructed from Epeck::FT we have to take the upper bounds of intervals
2024-01-25 10:39:47 +00:00
Andreas Fabri
58d26ed40e
Make parameter const&
2024-01-25 07:25:03 +00:00
Sébastien Loriot
91b4a7a70c
fix zip iterator
...
changed introduced in d43432d533
2024-01-24 16:58:46 +01:00
Sébastien Loriot
0c9349064b
Revert "If smaller is true we want to go in the 0-half space not 1"
...
This reverts commit 5e67892ab0 .
2024-01-24 16:57:53 +01:00
Andreas Fabri
5e67892ab0
If smaller is true we want to go in the 0-half space not 1
2024-01-24 13:58:37 +00:00
Sébastien Loriot
d078a34e1f
fix warnings
2024-01-24 11:47:11 +01:00
Andreas Fabri
f7eaa95099
Remove one group layer
2024-01-15 07:40:55 +00:00
Andreas Fabri
add12f51bf
small fixes
2024-01-14 17:55:45 +00:00
Sven Oesau
beea3f2fda
fixing comment for Node_index_range
...
removing Node_range
[skip ci]
2024-01-12 19:01:03 +01:00
Sven Oesau
d43432d533
adding locate_halfspace_object to traits
...
changed reference directions
removed unused traits
added traits for face graph
pass on documentation
2024-01-12 17:47:09 +01:00
Sven Oesau
eb845938b9
switching to Property_array_handle
...
extending tests to include properties
more doc
2024-01-12 12:50:32 +01:00
Sven Oesau
85e598772d
pass on doc
2024-01-12 11:13:17 +01:00
Sven Oesau
626a23a49a
fixed exact corners, multi dimension example
...
removed warnings
2024-01-10 16:35:15 +01:00
Sven Oesau
de06eb02ff
fixing orthtree bbox coordinates
...
- also fixes efficient ransac tests
2024-01-02 20:57:51 +01:00
Sven Oesau
696fb83399
moving new property system into CGAL::Experimental namespace
...
fixing msvc compiling issues
2023-11-07 15:01:37 +01:00
JacksonCampolattaro
047a9494bd
Fix mismatched parameter names in documentation
2023-09-30 09:24:20 +02:00
JacksonCampolattaro
6f86c932c8
Update function documentation for consistency
2023-09-27 21:13:46 +02:00
JacksonCampolattaro
4c6084159a
Add boost::span to STL_Extension for compatibility with older versions of Boost
2023-09-24 14:25:47 +02:00
JacksonCampolattaro
38c35d83c7
Update orthtree documentation and manual
2023-09-24 13:56:01 +02:00
Sébastien Loriot
33dce33e0b
fix some doc issues
2023-09-14 09:58:04 +02:00
JacksonCampolattaro
c4e6ad77f7
Update documentation for Orthtree member functions.
2023-09-13 09:19:33 +02:00
JacksonCampolattaro
ed32969908
Prefer `using` over `typedef` universally, for consistency
2023-09-08 12:42:20 +02:00
JacksonCampolattaro
3e20800b7f
Update documentation for Traits concepts
2023-09-08 12:13:27 +02:00
JacksonCampolattaro
32c6d61f27
Eliminate Array and Construct_point_d_from_array
2023-09-07 11:44:14 +02:00
JacksonCampolattaro
bf5bbcc0f1
Add `construct_point_d_object` to traits classes
...
Not yet documented by the OrthtreeTraits concept. Will replace construct_point_d_from_array.
2023-09-06 14:23:47 +02:00
JacksonCampolattaro
039b693b61
Add support for trees with non-cubic bounding boxes
...
High-order orthtrees break, because Epick_d::Point is somehow defined as an array
2023-09-02 17:37:34 +02:00
JacksonCampolattaro
fd34fb5302
`root_node_contents` now produces a Bbox directly
...
Some tests fail due to non-cubic bounding boxes
2023-09-02 16:49:32 +02:00
JacksonCampolattaro
51aae3a6a8
Bbox construction functor is no longer necessary; Bbox_d type must be constructible from a pair of points
2023-09-02 15:19:07 +02:00
JacksonCampolattaro
40b2c0dff0
Convert nearest neighbor methods to free functions
2023-09-01 17:16:54 +02:00
JacksonCampolattaro
77f240b1b6
Delete Orthtree::Node class, now used nowhere
2023-08-31 12:48:52 +02:00
JacksonCampolattaro
2d8f7d483d
Rename Properties.h for clarity
2023-08-30 15:32:38 +02:00
JacksonCampolattaro
07c671e6e9
Convert methods to functor objects for consistency (proof-of-concept)
2023-08-29 19:13:11 +02:00
JacksonCampolattaro
8fe57f5adf
Rename traverse_indices to traverse (now that it's the only traversal function)
2023-07-27 09:49:20 +02:00
JacksonCampolattaro
5bc0962b81
Eliminate non-index versions of split predicates & traversals
2023-07-26 14:13:00 +02:00
JacksonCampolattaro
4998f7bc57
Adapt remaining examples to use the generalized orthtree
2023-07-26 13:48:36 +02:00
JacksonCampolattaro
61a29f0fdb
Fix an issue where side-per-depth wasn't updated when a node was manually split
2023-07-26 09:57:44 +02:00
JacksonCampolattaro
cfdb167e35
Fix a couple of small issues which came up during LCC conversion
2023-07-18 10:35:48 +02:00
JacksonCampolattaro
03cda70191
Replace boost::optional with std::optional
2023-07-09 17:49:12 +02:00
JacksonCampolattaro
dc18e1b1db
Replace `tree.points(node)` with `tree.data(node)`
2023-06-27 14:58:13 +02:00
JacksonCampolattaro
b08eabae93
Move point-specific functionality to traits class
...
(only Point_3 is currently supported)
2023-06-26 16:59:02 +02:00