IODA
ioda::ScaleSizes Struct Reference

#include <DimensionScales.h>

Public Member Functions

 ScaleSizes (Dimensions_t size=Unspecified, Dimensions_t maxSize=Unspecified, Dimensions_t chunkingSize=Unspecified)
 

Public Attributes

Dimensions_t size_ = Unspecified
 Initial size of the new dimension. More...
 
Dimensions_t maxSize_ = Unspecified
 Maximum size of the new dimension. More...
 
Dimensions_t chunkingSize_ = Unspecified
 Chunking size of the new dimension. More...
 

Detailed Description

Definition at line 29 of file DimensionScales.h.

Constructor & Destructor Documentation

◆ ScaleSizes()

ioda::ScaleSizes::ScaleSizes ( Dimensions_t  size = Unspecified,
Dimensions_t  maxSize = Unspecified,
Dimensions_t  chunkingSize = Unspecified 
)
inline

Definition at line 37 of file DimensionScales.h.

Member Data Documentation

◆ chunkingSize_

Dimensions_t ioda::ScaleSizes::chunkingSize_ = Unspecified

Chunking size of the new dimension.

Definition at line 35 of file DimensionScales.h.

◆ maxSize_

Dimensions_t ioda::ScaleSizes::maxSize_ = Unspecified

Maximum size of the new dimension.

Definition at line 33 of file DimensionScales.h.

◆ size_

Dimensions_t ioda::ScaleSizes::size_ = Unspecified

Initial size of the new dimension.

Definition at line 31 of file DimensionScales.h.


The documentation for this struct was generated from the following file: