aabb_includes Function

public function aabb_includes(this, other) result(res)

Returns true if this includes other, false otherwise. Inclusion is considered in a strict sense.

Type Bound

aabb_t

Arguments

Type IntentOptional Attributes Name
class(aabb_t), intent(in) :: this

An aabb_t instance.

type(aabb_t), intent(in) :: other

An aabb_t instance.

Return Value logical


Called by

proc~~aabb_includes~~CalledByGraph proc~aabb_includes aabb_t%aabb_includes proc~update_fatmaabb update_fatmaabb proc~update_fatmaabb->proc~aabb_includes interface~update_fatmaabb aabbtree_t%update_fatmaabb interface~update_fatmaabb->proc~update_fatmaabb none~update~2 aabbtree_t%update none~update~2->interface~update_fatmaabb interface~update_fatm aabbtree_t%update_fatm none~update~2->interface~update_fatm proc~update_fatm update_fatm proc~update_fatm->none~update~2 interface~update_fatm->proc~update_fatm