IODA
ObsStore-selection.cpp File Reference

Functions for transfering ioda::Selection to ObsStore. More...

#include "./ObsStore-selection.h"
#include <numeric>
#include <set>
#include "ioda/defs.h"
#include "ioda/Exception.h"
Include dependency graph for ObsStore-selection.cpp:

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...
 

Detailed Description

Functions for transfering ioda::Selection to ObsStore.

Definition in file ObsStore-selection.cpp.