ArborX::DistributedTree::bounds - aprokop/ArborX GitHub Wiki

ArborX / Spatial indexes / 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.

Parameters

(none)

Return value

A bounding volume containing all leaves stored in the tree globally or an invalid bounding volume if the tree is empty.

Complexity

Constant.

See also

⚠️ **GitHub.com Fallback** ⚠️