-
Notifications
You must be signed in to change notification settings - Fork 45
ArborX::DistributedTree::bounds
Andrey Prokopenko edited this page Apr 15, 2025
·
2 revisions
ArborX / Spatial indexes / ArborX::DistributedTree
KOKKOS_FUNCTION bounding_volume_type bounds() const noexcept;Returns a bounding volume of type BoundingVolume able to contain all leaves stored in the tree globally.
(none)
A bounding volume containing all leaves stored in the tree globally or an invalid bounding volume if the tree is empty.
Constant.