| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Coordinates_Copier), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Coordinates_Copier), | intent(in) | :: | this | |||
| real(kind=DP), | intent(out) | :: | target(:) | |||
| real(kind=DP), | intent(in) | :: | source(:) | |||
| integer, | intent(in) | :: | ij_components(:) |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| class(Abstract_Random_Coordinates), | private, | pointer | :: | random_coordinates | => | null() | |
| logical, | private, | allocatable | :: | have_coordinates(:) |
| procedure, public :: construct => Random_construct | |
| procedure, public :: destroy => Random_destroy | |
| procedure, public :: copy => Random_copy |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Random_Filling_Coordinates_Copier), | intent(out) | :: | this | |||
| class(Abstract_Random_Coordinates), | intent(in), | target | :: | random_coordinates | ||
| logical, | intent(in) | :: | have_coordinates(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Random_Filling_Coordinates_Copier), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Random_Filling_Coordinates_Copier), | intent(in) | :: | this | |||
| real(kind=DP), | intent(out) | :: | target(:) | |||
| real(kind=DP), | intent(in) | :: | source(:) | |||
| integer, | intent(in) | :: | ij_components(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Coordinates_Copier), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Coordinates_Copier), | intent(in) | :: | this | |||
| real(kind=DP), | intent(out) | :: | target(:) | |||
| real(kind=DP), | intent(in) | :: | source(:) | |||
| integer, | intent(in) | :: | ij_components(:) |