|
OOPS
|
#include <map>#include <memory>#include <string>#include <vector>#include <boost/make_unique.hpp>#include <boost/noncopyable.hpp>#include "oops/base/Geometry.h"#include "oops/base/State.h"#include "oops/base/VariableChangeParametersBase.h"#include "oops/util/AssociativeContainers.h"#include "oops/util/parameters/ConfigurationParameter.h"#include "oops/util/parameters/HasParameters_.h"#include "oops/util/parameters/Parameters.h"#include "oops/util/parameters/PolymorphicParameter.h"#include "oops/util/Printable.h"

Go to the source code of this file.
Classes | |
| class | oops::GenericVariableChangeBase< MODEL > |
| class | oops::VariableChangeBase< MODEL > |
| Base class for MODEL-specific implementations of VariableChange class. The complete interface that needs to be implemented is described in GenericVariableChangeBase. VariableChangeBase overrides GenericVariableChangeBase methods to pass MODEL-specific implementations of State to the MODEL-specific implementation of VariableChange. More... | |
| class | oops::GenericVariableChangeParameters |
| A subclass of VariableChangeParametersBase storing the values of all options in a single Configuration object. More... | |
| class | oops::VariableChangeParametersWrapper< MODEL > |
| Contains a polymorphic parameter holding an instance of a subclass of VariableChangeParametersBase. More... | |
| class | oops::VariableChangeFactory< MODEL > |
| VariableChange factory. More... | |
| class | oops::GenericVariableChangeMaker< MODEL, T > |
| class | oops::VariableChangeMaker< MODEL, T > |
Namespaces | |
| eckit | |
| oops | |
| The namespace for the main oops code. | |