#include <atlas/trans/LegendreCacheCreator.h>
template<class T>
LegendreCacheCreatorBuilder class
Base classes
Public static functions
-
static auto build(const Grid&,
int truncation,
const eckit::
Configuration& = util:: Config()) -> LegendreCacheCreatorImpl* - build Trans
-
static void list(std::
ostream&) - list all registered trans implementations
-
static auto has(const std::
string& name) -> bool
Constructors, destructors, conversion operators
-
LegendreCacheCreatorBuilder(const std::
string& name)
Private functions
-
auto make(const Grid& grid,
int truncation,
const eckit::
Configuration& config) -> LegendreCacheCreatorImpl* virtual