get_aabb Interface

interface


Calls

interface~~get_aabb~~CallsGraph interface~get_aabb get_aabb proc~get_aabb get_aabb interface~get_aabb->proc~get_aabb

private module function get_aabb(this, ia) result(aabb)

Arguments

Type IntentOptional AttributesName
class(aabbtree_t), intent(in) :: this

An aabbtree_t instance.

integer, intent(in) :: ia

Atom index.

Return Value type(aabb_t)

AABB of atom ia.

Description

Returns a copy of the AABB associated with atom with index ia.