calc_height Interface

interface


Calls

interface~~calc_height~~CallsGraph interface~calc_height aabbtree_t%calc_height proc~calc_height calc_height interface~calc_height->proc~calc_height proc~calc_height->interface~calc_height interface~node_isleaf node_t%node_isleaf proc~calc_height->interface~node_isleaf proc~node_isleaf node_isleaf interface~node_isleaf->proc~node_isleaf

Called by

interface~~calc_height~~CalledByGraph interface~calc_height aabbtree_t%calc_height proc~calc_height calc_height interface~calc_height->proc~calc_height proc~calc_height->interface~calc_height

private recursive module function calc_height(this, p) result(height)

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: Root of the whole tree.

Return Value integer

Return value

Description

Calculates the height of a subtree.