aabb_print Subroutine

public subroutine aabb_print(this, frmt, str)

Prints an AABB.

Arguments

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

An aabb_t instance.

character(len=*), intent(in), optional :: frmt

Fortran-style format string for a real number. Default: (g0.6).

character(len=:), intent(out), optional allocatable:: str

If present, the output is printed to this string instead of STDOUT.


Calls

proc~~aabb_print~~CallsGraph proc~aabb_print aabb_print interface~str_from_num str_from_num proc~aabb_print->interface~str_from_num 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_from_dnum str_from_dnum interface~str_from_num->proc~str_from_dnum proc~str_trimzero str_trimzero proc~str_from_dnum->proc~str_trimzero

Contents

None