Layer configuration information.
More...
#include <layer.hpp>
|
| Layer () |
| Construct a new default surface layer.
|
|
| Layer (const boost::property_tree::ptree &tree) |
| Construct a new Layer from a property tree.
|
|
const ngen::LayerDescription & | get_descriptor () |
| Get the descriptor associated with this layer configuration.
|
|
bool | has_formulation () |
| Determines if the layer has a valid configured formulation.
|
|
const std::string & | get_domain () |
| Get the domain description.
|
|
Layer configuration information.
◆ Layer() [1/2]
realization::config::Layer::Layer |
( |
| ) |
|
|
inline |
Construct a new default surface layer.
Default layers are surface layers (0) with 3600 second time steps
◆ Layer() [2/2]
realization::config::Layer::Layer |
( |
const boost::property_tree::ptree & | tree | ) |
|
|
inline |
Construct a new Layer from a property tree.
- Parameters
-
References domain.
◆ get_descriptor()
◆ get_domain()
const std::string & realization::config::Layer::get_domain |
( |
| ) |
|
|
inline |
◆ has_formulation()
bool realization::config::Layer::has_formulation |
( |
| ) |
|
|
inline |
◆ descriptor
◆ domain
std::string realization::config::Layer::domain |
|
private |
◆ formulation
Config realization::config::Layer::formulation |
The documentation for this struct was generated from the following file: