#include <DrawValueFromFile.h>
Definition at line 36 of file DrawValueFromFile.h.
◆ EnumType
◆ enumTypeName
constexpr char ufo::InterpMethodParameterTraitsHelper::enumTypeName = "InterpMethod" |
|
staticconstexpr |
◆ namedValues
constexpr util::NamedEnumerator< InterpMethod > ufo::InterpMethodParameterTraitsHelper::namedValues |
|
staticconstexpr |
Initial value:= {
}
@ LEAST_UPPER_BOUND
Select slices corresponding to the least value of the indexing coordinate greater than or equal to th...
@ GREATEST_LOWER_BOUND
Select slices corresponding to the greatest value of the indexing coordinate less than or equal to th...
@ LINEAR
Perform a piecewise linear interpolation along the dimension indexed by the ObsSpace variable.
@ NEAREST
Select slices where the indexing coordinate is closest to the value of the corresponding ObsSpace var...
@ BILINEAR
Perform a bilinear interpolation along two dimensions indexed by the ObsSpace variables.
@ EXACT
Select slices where the indexing coordinate matches exactly the value of the corresponding ObsSpace v...
Definition at line 39 of file DrawValueFromFile.h.
The documentation for this struct was generated from the following files: