forked from arborx/ArborX
-
Notifications
You must be signed in to change notification settings - Fork 0
ArborX::BoundingVolumeHierarchy::empty
Damien L-G edited this page May 9, 2020
·
6 revisions
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.