8 module function xa_get_id(this) result(x)
9 class(x_axis),
intent(in) :: this
10 character(len = :),
allocatable :: x
17 module function ya_get_id(this) result(x)
18 class(y_axis),
intent(in) :: this
19 character(len = :),
allocatable :: x
26 module function y2a_get_id(this) result(x)
27 class(y2_axis),
intent(in) :: this
28 character(len = :),
allocatable :: x
35 module function za_get_id(this) result(x)
36 class(z_axis),
intent(in) :: this
37 character(len = :),
allocatable :: x