Abstract spectrum base type.
Deferred procdure. Used to generate a sample from spectrum or get constant value etc.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(piecewise), | intent(in) | :: | this | |||
real(kind=wp), | intent(out) | :: | x | |||
real(kind=wp), | intent(out) | :: | y | |||
real(kind=wp), | intent(in), | optional | :: | value |
type, abstract :: piecewise contains !> Deferred procdure. Used to generate a sample from spectrum or get constant value etc. procedure(sampleInterface), deferred :: sample end type piecewise