26 class DataLayoutPolicy;
37 void setLayout(std::shared_ptr<const detail::DataLayoutPolicy>);
39 std::shared_ptr<const detail::DataLayoutPolicy>
layout_;
43 ObsGroup(
Group g, std::shared_ptr<const detail::DataLayoutPolicy> layout =
nullptr);
58 std::shared_ptr<const detail::DataLayoutPolicy> layout =
nullptr);
69 void resize(
const std::vector<std::pair<Variable, ioda::Dimensions_t>>&
newDims);
76 static void resizeVars(
Group&
g,
77 const std::vector<std::pair<Variable, ioda::Dimensions_t>>&
newDims);
81 std::shared_ptr<const detail::DataLayoutPolicy> layout);
Convenience classes for constructing ObsSpaces and setting up new Dimension Scales.
Interfaces for ioda::Group and related classes.
Groups are a new implementation of ObsSpaces.
An ObsGroup is a specialization of a ioda::Group. It provides convenience functions and guarantees th...
std::shared_ptr< const detail::DataLayoutPolicy > layout_
Mapping policy.
static const int current_schema_version_
Identifies the current version of the ObsGroup schema.
Common preprocessor definitions used throughout IODA.
#define IODA_DL
A preprocessor tag that indicates that a symbol is to be exported/imported.
std::vector< std::shared_ptr< NewDimensionScale_Base > > NewDimensionScales_t