InterpolatorFactory: Factory for creating Interpolator objects.
More...
#include <InterpolatorBase.h>
|
static InterpolatorBase * | create (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *=nullptr) |
|
|
virtual InterpolatorBase * | make (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *)=0 |
|
InterpolatorFactory: Factory for creating Interpolator objects.
Definition at line 55 of file InterpolatorBase.h.
◆ ~InterpolatorFactory()
virtual oops::InterpolatorFactory::~InterpolatorFactory |
( |
| ) |
|
|
virtualdefault |
◆ InterpolatorFactory()
oops::InterpolatorFactory::InterpolatorFactory |
( |
const std::string & |
name | ) |
|
|
explicitprotected |
◆ create()
InterpolatorBase * oops::InterpolatorFactory::create |
( |
const eckit::Configuration & |
conf, |
|
|
const atlas::FunctionSpace & |
fs1, |
|
|
const atlas::FunctionSpace & |
fs2, |
|
|
const atlas::field::FieldSetImpl * |
masks = nullptr |
|
) |
| |
|
static |
Create method for Interpolator Factory
This is what the user/developer will use to create Interpolator objects. The default is to use atlas interpolation.
Definition at line 42 of file InterpolatorBase.cc.
◆ getMakers()
static std::map< std::string, InterpolatorFactory * >& oops::InterpolatorFactory::getMakers |
( |
| ) |
|
|
inlinestaticprivate |
◆ make()
virtual InterpolatorBase* oops::InterpolatorFactory::make |
( |
const eckit::Configuration & |
, |
|
|
const atlas::FunctionSpace & |
, |
|
|
const atlas::FunctionSpace & |
, |
|
|
const atlas::field::FieldSetImpl * |
|
|
) |
| |
|
privatepure virtual |
The documentation for this class was generated from the following files: