Used to specify a new dimension scale when making an ObsSpace. Templated version of NewDimensionScale_Base.
More...
#include <DimensionScales.h>
|
virtual | ~NewDimensionScale_Object () |
|
| NewDimensionScale_Object (const std::string &name, Dimensions_t size, Dimensions_t maxSize, Dimensions_t chunkingSize) |
|
void | writeInitialData (Variable &v) const override |
|
std::shared_ptr< NewDimensionScale_Object< DataType > > | getShared () const |
|
virtual | ~NewDimensionScale_Base () |
|
| NewDimensionScale_Base (const std::string &name, const std::type_index &dataType, Dimensions_t size, Dimensions_t maxSize, Dimensions_t chunkingSize) |
|
| NewDimensionScale_Base (const std::string &name, const Type &dataType, Dimensions_t size, Dimensions_t maxSize, Dimensions_t chunkingSize) |
|
|
std::vector< DataType > | initdata_ |
|
std::string | name_ |
| Name of the dimension. Scan position, scan line, latitude, ... More...
|
|
std::type_index | dataType_ |
| Type of the new dimension. Int, char, etc. Used if a type is not passed directly. More...
|
|
Type | dataTypeKnown_ |
| Type of the new dimension. Used if a type is passed directly. More...
|
|
Dimensions_t | size_ |
| Initial size of the new dimension. More...
|
|
Dimensions_t | maxSize_ |
| Maximum size of the new dimension. Unlimited (< 0) by default. More...
|
|
Dimensions_t | chunkingSize_ |
| Chunking size of the new dimension. May be used as a hint when creating new Variables based on this dimension. More...
|
|
template<class DataType>
struct ioda::NewDimensionScale_Object< DataType >
Used to specify a new dimension scale when making an ObsSpace. Templated version of NewDimensionScale_Base.
Definition at line 94 of file DimensionScales.h.
◆ ~NewDimensionScale_Object()
template<class DataType >
◆ NewDimensionScale_Object()
template<class DataType >
◆ getShared()
template<class DataType >
◆ writeInitialData()
template<class DataType >
◆ initdata_
template<class DataType >
The documentation for this struct was generated from the following file: