-
Notifications
You must be signed in to change notification settings - Fork 45
ArborX::BoundingVolumeHierarchy::bounds
Andrey Prokopenko edited this page Oct 28, 2024
·
5 revisions
ArborX / Spatial indexes / ArborX::BVH
KOKKOS_FUNCTION bounding_volume_type bounds() const noexcept;Returns a bounding volume of type BoundingVolume containing all leaves stored in the tree.
(none)
A bounding volume containing all leaves stored in the tree or an invalid bounding volume if the tree is empty.
Constant.