|
IODA
|
Functions for transfering ioda::Selection to ObsStore. More...
#include <vector>#include "./Selection.hpp"#include "ioda/Variables/Selection.h"#include "ioda/defs.h"

Go to the source code of this file.
Namespaces | |
| ioda | |
| ioda::Engines | |
| The backends that implement the ioda-engines functionality. | |
| ioda::Engines::ObsStore | |
Functions | |
| ioda::ObsStore::Selection | ioda::Engines::ObsStore::createObsStoreSelection (const ioda::Selection &selection, const std::vector< Dimensions_t > &dim_sizes) |
| translate a ioda::Selection to and ObsStore Selection More... | |
| void | ioda::Engines::ObsStore::genDimSelects (const Selection::VecDimensions_t &start, const Selection::VecDimensions_t &count, const Selection::VecDimensions_t &stride, const Selection::VecDimensions_t &block, std::vector< ioda::ObsStore::SelectSpecs > &selects) |
| generate the dimension selection structure from hyperslab specs More... | |
| void | ioda::Engines::ObsStore::genDimSelects (const std::vector< Selection::VecDimensions_t > &points, std::vector< ioda::ObsStore::SelectSpecs > &selects) |
| generate the dimension selection structure from point specs More... | |
| void | ioda::Engines::ObsStore::genDimSelects (const std::vector< Selection::SingleSelection > &actions, const std::vector< Dimensions_t > &dim_sizes, std::vector< ioda::ObsStore::SelectSpecs > &selects) |
| generate the dimension selection structure from dimension index specs More... | |
Functions for transfering ioda::Selection to ObsStore.
Definition in file ObsStore-selection.h.