◆ point_list_to_array_alloc()
subroutine points::point_list_to_array::point_list_to_array_alloc |
( |
type(list), intent(in) |
point_list, |
|
|
type(point), dimension(:), intent(out), allocatable |
point_array |
|
) |
| |
◆ point_list_to_array_ptr_alloc()
subroutine points::point_list_to_array::point_list_to_array_ptr_alloc |
( |
type(list), intent(in) |
point_list, |
|
|
type(point_ptr), dimension(:), intent(out), allocatable |
point_array |
|
) |
| |
◆ point_list_to_array_type()
subroutine points::point_list_to_array::point_list_to_array_type |
( |
type(list), intent(in) |
point_list, |
|
|
type(pointarray), intent(out) |
point_array |
|
) |
| |
The documentation for this interface was generated from the following file: