28 Dimensions(
const std::vector<Dimensions_t>& dimscur,
const std::vector<Dimensions_t>& dimsmax,
29 Dimensions_t dality, Dimensions_t np)
Common preprocessor definitions used throughout IODA.
Describes the dimensions of an Attribute or Variable.
std::vector< Dimensions_t > dimsCur
The dimensions of the data.
Dimensions(const std::vector< Dimensions_t > &dimscur, const std::vector< Dimensions_t > &dimsmax, Dimensions_t dality, Dimensions_t np)
Convenient constructor function.
Dimensions_t dimensionality
The dimensionality (rank) of the data.
std::vector< Dimensions_t > dimsMax
This must always equal dimsCur for Attribute.