forked from arborx/ArborX
-
Notifications
You must be signed in to change notification settings - Fork 0
ArborX::BruteForce::bounds
Andrey Prokopenko edited this page Oct 28, 2024
·
1 revision
ArborX
/ Spatial indexes / ArborX::BruteForce
KOKKOS_FUNCTION Box bounds() const noexcept;
Returns the smallest axis-aligned box able to contain all elements stored in the data structure.
(none)
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.
Constant.