forked from arborx/ArborX
-
Notifications
You must be signed in to change notification settings - Fork 0
ArborX::BruteForce::bounds
Damien L-G edited this page Jan 22, 2021
·
5 revisions
KOKKOS_FUNCTION bounding_volume_type bounds() const noexcept;
Returns the smallest axis-aligned box able to contain all elements stored in the data structure.
(none)
The smallest bounding volume that contains all elements stored in the data structure or an invalid bounding volume if the data structure is empty.
Constant.