IODA Bundle
|
Convenience class used to create transforms from configuration data. More...
#include <TransformBuilder.h>
Static Public Member Functions | |
static std::shared_ptr< Transform > | makeTransform (const eckit::Configuration &conf) |
Create transform given the configuration. More... | |
static Transforms | makeTransforms (const eckit::Configuration &conf) |
Uses makeTransform to loop through the list of transforms in the configuration. More... | |
static std::shared_ptr< Transform > | makeTransform (const eckit::Configuration &conf) |
Create a transform for the config data given. Used by makeTransforms. More... | |
static Transforms | makeTransforms (const eckit::Configuration &conf) |
Create a transforms for the config data given. More... | |
Convenience class used to create transforms from configuration data.
Convenience class used to make new transforms from config file data.
Definition at line 20 of file Transforms/TransformBuilder.h.
|
static |
Create transform given the configuration.
Definition at line 22 of file Transforms/TransformBuilder.cpp.
|
static |
Create a transform for the config data given. Used by makeTransforms.
conf | ECKit config data for the tranform. |
|
static |
Uses makeTransform to loop through the list of transforms in the configuration.
Definition at line 42 of file Transforms/TransformBuilder.cpp.
|
static |
Create a transforms for the config data given.
conf | ECKit config data for the list of transforms. |