ArborX::DistributedTree::bounds - aprokop/ArborX GitHub Wiki
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.