|
NGen
|
Structure for holding forcing configuration information. More...
#include <forcing.hpp>
Collaboration diagram for realization::config::Forcing:Public Member Functions | |
| Forcing () | |
| Construct a new, empty Forcing object. | |
| Forcing (const boost::property_tree::ptree &tree) | |
| Construct a new Forcing object from a property_tree. | |
| bool | has_key (const std::string &key) const |
| Test if a particualr forcing parameter exists. | |
Public Attributes | |
| geojson::PropertyMap | parameters |
| key -> Property mapping for forcing parameters | |
Structure for holding forcing configuration information.
|
inline |
Construct a new, empty Forcing object.
|
inline |
Construct a new Forcing object from a property_tree.
| tree |
|
inline |
Test if a particualr forcing parameter exists.
| key | parameter name to test |
References parameters.
Referenced by realization::Formulation_Manager::construct_formulation_from_config().
| geojson::PropertyMap realization::config::Forcing::parameters |
key -> Property mapping for forcing parameters
Referenced by realization::Formulation_Manager::construct_formulation_from_config(), realization::Formulation_Manager::construct_missing_formulation(), and has_key().