print Interface

interface


Calls

interface~~print~~CallsGraph interface~print aabbtree_t%print proc~print print interface~print->proc~print interface~node_asstr node_t%node_asstr proc~print->interface~node_asstr proc~node_asstr node_asstr interface~node_asstr->proc~node_asstr interface~str_from_num str_from_num proc~node_asstr->interface~str_from_num proc~str_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~str_from_ilnum str_from_ilnum interface~str_from_num->proc~str_from_ilnum proc~str_from_inum str_from_inum interface~str_from_num->proc~str_from_inum proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

private recursive module subroutine print(this, p)

Arguments

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

An aabbtree_t instance.

integer, intent(in), optional :: p

Pointer to the root of the subtree. Default is the root of the whole tree.

Description

Prints a subtree of an AABB tree rooted at p in order.