query_waabb Interface

interface


Calls

interface~~query_waabb~~CallsGraph interface~query_waabb query_waabb proc~query_waabb query_waabb interface~query_waabb->proc~query_waabb

private module subroutine query_waabb(this, aabb, atms)

Arguments

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

An aabbtree_t instance.

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

An aabb_t instance.

type(ivector_t), intent(inout) :: atms

List of potential neighbors.

Description

Query an AABB tree for the set of atoms whose AABBS overlap with aabb.