insert_leaf Interface

interface


Calls

interface~~insert_leaf~~CallsGraph interface~insert_leaf insert_leaf proc~insert_leaf insert_leaf interface~insert_leaf->proc~insert_leaf

private module subroutine insert_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

Inserts a leaf node into a tree.