MI - Fimex
|
#include <CDMBorderSmoothing.h>
Public Member Functions | |
void | setHorizontalSizes (size_t sizeX, size_t sizeY) |
virtual double | operator() (size_t curX, size_t curY, double valueI, double valueO)=0 |
virtual | ~Smoothing () |
Protected Attributes | |
size_t | sizeX_ |
size_t | sizeY_ |
Defines a smoothing function for the transition between (interpolated) data from the outer to the inner grid.
|
inlinevirtual |
|
pure virtual |
Implemented in MetNoFimex::CDMBorderSmoothing_Linear.
Referenced by setHorizontalSizes(), and MetNoFimex::CDMBorderSmoothing::SmoothingFactory::~SmoothingFactory().
|
inline |
References operator()(), sizeX_, and sizeY_.
|
protected |
Referenced by setHorizontalSizes().
|
protected |
Referenced by setHorizontalSizes().