#include <algorithm>
#include <cmath>
#include <limits>
#include <string>
#include <vector>
#include "oops/util/missingValues.h"
#include "ufo/utils/Constants.h"
Go to the source code of this file.
|
void | ufo::profileVerticalInterpolation (const std::vector< float > &coordIn, const std::vector< float > &valuesIn, const std::vector< float > &coordOut, std::vector< float > &valuesOut, const ProfileInterpolation::InterpolationMethod interpMethod, const ProfileInterpolation::CoordinateOrder coordOrder, const ProfileInterpolation::OutOfBoundsTreatment outOfBounds) |
|