DigitalElevationModel_ Derived Type

type, public :: DigitalElevationModel_


Contents


Components

TypeVisibility AttributesNameInitial
real(kind=real64), public, allocatable:: x(:)
real(kind=real64), public, allocatable:: y(:)
real(kind=real64), public, allocatable:: z(:)

Type-Bound Procedures

procedure, public :: set => setDigitalElevationModel

  • public subroutine setDigitalElevationModel(obj, x, y, z)

    Arguments

    Type IntentOptional AttributesName
    class(DigitalElevationModel_), intent(inout) :: obj
    real(kind=real64), intent(in) :: x(:)
    real(kind=real64), intent(in) :: y(:)
    real(kind=real64), intent(in) :: z(:)

procedure, public :: NumberOfPoint => NumberOfPointDigitalElevationModel

procedure, public :: nn => NumberOfPointDigitalElevationModel