query_watmaabb Interface

interface


Calls

interface~~query_watmaabb~~CallsGraph interface~query_watmaabb query_watmaabb proc~query_watmaabb query_watmaabb interface~query_watmaabb->proc~query_watmaabb

private module subroutine query_watmaabb(this, ia, aabb, nbrs)

Arguments

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

An aabbtree_t instance.

integer, intent(in) :: ia

Atom index.

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

Bounding AABB for atom with index ia.

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

List of potential neighbors.

Description

Query an AABB tree for a set of potential neighbors of an atom & its bounding AABB.