There was an error while loading. Please reload this page.
ArborX / Spatial indexes / ArborX::DistributedTree
ArborX
ArborX::DistributedTree
ArborX::DistributedTree<MemorySpace, Value, IndexableGetter, BoundingVolume>::bounds()
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.
BoundingVolume
(none)
A bounding volume containing all leaves stored in the tree globally or an invalid bounding volume if the tree is empty.
Constant.