OOPS
interface/LinearModelBase.h File Reference
#include <memory>
#include <string>
#include <boost/make_unique.hpp>
#include "oops/generic/LinearModelBase.h"
#include "oops/interface/Geometry.h"
#include "oops/interface/Increment.h"
#include "oops/interface/ModelAuxControl.h"
#include "oops/interface/ModelAuxIncrement.h"
#include "oops/interface/State.h"
#include "oops/util/Logger.h"
Include dependency graph for interface/LinearModelBase.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  oops::interface::LinearModelBase< MODEL >
 Base class for MODEL-specific implementations of the LinearModel interface. interface::LinearModelBase overrides oops::LinearModelBase methods to pass MODEL-specific implementations of State, Increment and ModelAuxIncrement to the MODEL-specific implementation of LinearModel. More...
 
class  oops::interface::LinearModelMaker< MODEL, T >
 A subclass of LinearModelFactory able to create instances of T (a concrete subclass of interface::LinearModelBase<MODEL>). Passes MODEL::Geometry to the constructor of T. More...
 

Namespaces

 oops
 The namespace for the main oops code.
 
 oops::interface