get_height Interface

interface


Calls

interface~~get_height~~CallsGraph interface~get_height get_height proc~get_height get_height interface~get_height->proc~get_height

private module function get_height(this) result(height)

Arguments

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

An aabbtree_t instance.

Return Value integer

Return value.

Description

Returns the height of an AABB tree.