| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=real64), | public, | allocatable | :: | x(:) | |||
| real(kind=real64), | public, | allocatable | :: | y(:) | |||
| real(kind=real64), | public, | allocatable | :: | z(:) |
| procedure, public :: set => setDigitalElevationModel | |
| procedure, public :: NumberOfPoint => NumberOfPointDigitalElevationModel | |
| procedure, public :: nn => NumberOfPointDigitalElevationModel |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DigitalElevationModel_), | intent(in) | :: | obj |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(DigitalElevationModel_), | intent(inout) | :: | obj | |||
| real(kind=real64), | intent(in) | :: | x(:) | |||
| real(kind=real64), | intent(in) | :: | y(:) | |||
| real(kind=real64), | intent(in) | :: | z(:) |