UFO
ufo::ProfileInterpolation Namespace Reference

Enumerations

enum class  InterpolationMethod { Linear , LogLinear }
 
enum class  CoordinateOrder { Ascending , Descending }
 
enum class  OutOfBoundsTreatment { SetMissing , SetToBound , Extrapolate }
 

Enumeration Type Documentation

◆ CoordinateOrder

Enumerator
Ascending 
Descending 

Definition at line 24 of file ProfileVerticalInterpolation.h.

◆ InterpolationMethod

Enumerator
Linear 
LogLinear 

Definition at line 23 of file ProfileVerticalInterpolation.h.

◆ OutOfBoundsTreatment

Enumerator
SetMissing 
SetToBound 
Extrapolate 

Definition at line 25 of file ProfileVerticalInterpolation.h.