Skip to content

ArborX::BoundingVolumeHierarchy::bounds

Andrey Prokopenko edited this page Oct 28, 2024 · 5 revisions

ArborX / Spatial indexes / ArborX::BVH

ArborX::BVH<MemorySpace, Value, IndexableGetter, BoundingVolume>::bounds()

KOKKOS_FUNCTION bounding_volume_type bounds() const noexcept;

Returns a bounding volume of type BoundingVolume containing all leaves stored in the tree.

Parameters

(none)

Return value

A bounding volume containing all leaves stored in the tree or an invalid bounding volume if the tree is empty.

Complexity

Constant.

See also

Clone this wiki locally