forked from arborx/ArborX
-
Notifications
You must be signed in to change notification settings - Fork 0
ArborX::BoundingVolumeHierarchy::size
Andrey Prokopenko edited this page Oct 28, 2024
·
6 revisions
ArborX
/ Spatial indexes / ArborX::BVH
KOKKOS_FUNCTION size_type size() const noexcept;
Returns the number of leaves in the tree.
(none)
The number of leaves in the tree.
Constant.
empty
: checks whether the tree is empty.
bounds
: returns the bounding volume that contains all leaves.