OOPS
|
#include <InterpolatorBase.h>
Public Member Functions | |
InterpolatorMaker (const std::string &name) | |
![]() | |
virtual | ~InterpolatorFactory ()=default |
Private Member Functions | |
virtual InterpolatorBase * | make (const eckit::Configuration &conf, const atlas::FunctionSpace &fs1, const atlas::FunctionSpace &fs2, const atlas::field::FieldSetImpl *masks) |
Additional Inherited Members | |
![]() | |
static InterpolatorBase * | create (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *=nullptr) |
![]() | |
InterpolatorFactory (const std::string &) | |
Constructor for Interpolator Factory. More... | |
Maker class for Interpolator Factory
Used to instantiate concrete Interpolator objects of derived type T
Definition at line 82 of file InterpolatorBase.h.
|
inlineexplicit |
Definition at line 89 of file InterpolatorBase.h.
|
inlineprivatevirtual |
Implements oops::InterpolatorFactory.
Definition at line 83 of file InterpolatorBase.h.