Skip to content

v1 ArborX::BruteForce::bounds

Andrey Prokopenko edited this page Jun 4, 2025 · 1 revision

ArborX / Spatial indexes / ArborX::BruteForce

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

KOKKOS_FUNCTION Box bounds() const noexcept;

Returns the smallest axis-aligned box able to contain all elements stored in the data structure.

Parameters

(none)

Return value

The smallest axis-aligned bounding box that contains all elements stored in the data structure or an invalid bounding volume if the data structure is empty.

Complexity

Constant.

See also

Clone this wiki locally