ArborX::BoundingVolumeHierarchy::empty - aprokop/ArborX GitHub Wiki
ArborX
/ Spatial indexes / ArborX::BVH
KOKKOS_FUNCTION bool empty() const noexcept;
Checks if the tree has no leaves.
(none)
true
if the tree is empty, false
otherwise.
Constant.
size
: returns the number of leaves.