Base class for Generic interpolation.
More...
#include <InterpolatorBase.h>
|
virtual | ~InterpolatorBase () |
|
virtual void | apply (const atlas::FieldSet &, atlas::FieldSet &)=0 |
|
virtual void | apply (const atlas::Field &, atlas::Field &)=0 |
|
virtual void | apply_ad (const atlas::FieldSet &, atlas::FieldSet &)=0 |
|
virtual int | write (const eckit::Configuration &) |
|
|
virtual void | print (std::ostream &) const =0 |
|
Base class for Generic interpolation.
the oops::InterpolatorBase class provides a generic framework for interpolation.
Definition at line 36 of file InterpolatorBase.h.
◆ ~InterpolatorBase()
virtual oops::InterpolatorBase::~InterpolatorBase |
( |
| ) |
|
|
inlinevirtual |
◆ apply() [1/2]
virtual void oops::InterpolatorBase::apply |
( |
const atlas::Field & |
, |
|
|
atlas::Field & |
|
|
) |
| |
|
pure virtual |
◆ apply() [2/2]
virtual void oops::InterpolatorBase::apply |
( |
const atlas::FieldSet & |
, |
|
|
atlas::FieldSet & |
|
|
) |
| |
|
pure virtual |
◆ apply_ad()
virtual void oops::InterpolatorBase::apply_ad |
( |
const atlas::FieldSet & |
, |
|
|
atlas::FieldSet & |
|
|
) |
| |
|
pure virtual |
◆ print()
virtual void oops::InterpolatorBase::print |
( |
std::ostream & |
| ) |
const |
|
privatepure virtual |
◆ write()
virtual int oops::InterpolatorBase::write |
( |
const eckit::Configuration & |
| ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: