IODA

Dataspace selections for reading and writing ioda::Variable data. More...

#include <memory>
#include <utility>
#include <vector>
#include "ioda/defs.h"
Include dependency graph for Selection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ioda::Selections::InstantiatedSelection
 An opaque object used to store a selection for direct processing by a backend. More...
 
class  ioda::Selection
 A Selection represents the bounds of the data, in ioda or in userspace, that you are reading or writing. More...
 
struct  ioda::Selection::SingleSelection
 Represents a hyperslab or a series of points in a selection, coupled with a SelectionOperator "action". More...
 

Namespaces

 ioda
 
 ioda::Selections
 

Typedefs

typedef std::shared_ptr< InstantiatedSelection > ioda::Selections::SelectionBackend_t
 

Enumerations

enum class  ioda::SelectionOperator {
  ioda::SET , ioda::OR , ioda::AND , ioda::XOR ,
  ioda::NOT_B , ioda::NOT_A , ioda::APPEND , ioda::PREPEND
}
 Selection enum. More...
 
enum class  ioda::SelectionState { ioda::ALL , ioda::NONE }
 The "default" for the selection. More...
 

Detailed Description

Dataspace selections for reading and writing ioda::Variable data.

Definition in file Selection.h.