UFO
|
Enumerations | |
enum class | InterpolationMethod { Linear , LogLinear } |
enum class | CoordinateOrder { Ascending , Descending } |
enum class | OutOfBoundsTreatment { SetMissing , SetToBound , Extrapolate } |
|
strong |
Enumerator | |
---|---|
Ascending | |
Descending |
Definition at line 24 of file ProfileVerticalInterpolation.h.
|
strong |
Enumerator | |
---|---|
Linear | |
LogLinear |
Definition at line 23 of file ProfileVerticalInterpolation.h.
|
strong |
Enumerator | |
---|---|
SetMissing | |
SetToBound | |
Extrapolate |
Definition at line 25 of file ProfileVerticalInterpolation.h.