Destroy AABB tree.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(aabb_tree_object), | intent(inout) | :: | self | AABB tree. |
elemental subroutine destroy(self)
!< Destroy AABB tree.
class(aabb_tree_object), intent(inout) :: self !< AABB tree.
type(aabb_tree_object) :: fresh !< Fresh instance of AABB tree.
self = fresh
endsubroutine destroy