remove_leaf Interface

interface


Calls

interface~~remove_leaf~~CallsGraph interface~remove_leaf remove_leaf proc~remove_leaf remove_leaf interface~remove_leaf->proc~remove_leaf

private module subroutine remove_leaf(this, leaf)

Arguments

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

An aabbtree_t instance.

integer, intent(in) :: leaf

Pointer to a leaf node

Description

Removes a leaf node from a tree.