OOPS
oops::InterpolatorFactory Class Referenceabstract

InterpolatorFactory: Factory for creating Interpolator objects. More...

#include <InterpolatorBase.h>

Inheritance diagram for oops::InterpolatorFactory:

Public Member Functions

virtual ~InterpolatorFactory ()=default
 

Static Public Member Functions

static InterpolatorBasecreate (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *=nullptr)
 

Protected Member Functions

 InterpolatorFactory (const std::string &)
 Constructor for Interpolator Factory. More...
 

Private Member Functions

virtual InterpolatorBasemake (const eckit::Configuration &, const atlas::FunctionSpace &, const atlas::FunctionSpace &, const atlas::field::FieldSetImpl *)=0
 

Static Private Member Functions

static std::map< std::string, InterpolatorFactory * > & getMakers ()
 

Detailed Description

InterpolatorFactory: Factory for creating Interpolator objects.

Definition at line 55 of file InterpolatorBase.h.

Constructor & Destructor Documentation

◆ ~InterpolatorFactory()

virtual oops::InterpolatorFactory::~InterpolatorFactory ( )
virtualdefault

◆ InterpolatorFactory()

oops::InterpolatorFactory::InterpolatorFactory ( const std::string &  name)
explicitprotected

Constructor for Interpolator Factory.

Definition at line 22 of file InterpolatorBase.cc.

Here is the call graph for this function:

Member Function Documentation

◆ 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.

Here is the call graph for this function:

◆ getMakers()

static std::map< std::string, InterpolatorFactory * >& oops::InterpolatorFactory::getMakers ( )
inlinestaticprivate

Definition at line 69 of file InterpolatorBase.h.

Here is the caller graph for this function:

◆ 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: