Skip to content

ArborX::DistributedTree::bounds

Daniel Arndt edited this page Aug 30, 2022 · 2 revisions

ArborX / Spatial indexes / ArborX::DistributedTree

ArborX::DistributedTree<MemorySpace>::bounds()

KOKKOS_FUNCTION bounding_volume_type bounds() const noexcept;

Returns the smallest axis-aligned box able to contain all leaves stored in the tree globally.

Parameters

(none)

Return value

The smallest bounding volume that contains all leaves stored in the tree globally or an invalid bounding volume if the tree is empty.

Complexity

Constant.

See also

Clone this wiki locally