Used to specify Variable creation-time properties.
More...
#include <Has_Variables.h>
Used to specify Variable creation-time properties.
Definition at line 57 of file Has_Variables.h.
◆ VariableCreationParameters() [1/2]
ioda::VariableCreationParameters::VariableCreationParameters |
( |
| ) |
|
◆ VariableCreationParameters() [2/2]
◆ applyImmediatelyAfterVariableCreation()
Variable ioda::VariableCreationParameters::applyImmediatelyAfterVariableCreation |
( |
Variable |
h | ) |
const |
|
private |
◆ compressWithGZIP()
void ioda::VariableCreationParameters::compressWithGZIP |
( |
int |
level = 6 | ) |
|
◆ compressWithSZIP()
void ioda::VariableCreationParameters::compressWithSZIP |
( |
unsigned |
PixelsPerBlock = 16 , |
|
|
unsigned |
options = 4 |
|
) |
| |
◆ defaulted()
template<class DataType >
◆ defaults()
template<class DataType >
◆ finalize()
Finalize routine to make sure struct members are intact (e.g. for fill values)
Definition at line 135 of file Has_Variables.h.
◆ getChunks()
std::vector<Dimensions_t> ioda::VariableCreationParameters::getChunks |
( |
const std::vector< Dimensions_t > & |
cur_dims | ) |
const |
|
inline |
Figure out the chunking size
- Parameters
-
cur_dims | are the current dimensions |
Definition at line 93 of file Has_Variables.h.
◆ noCompress()
void ioda::VariableCreationParameters::noCompress |
( |
| ) |
|
◆ operator=()
◆ setFillValue()
template<class DataType >
◆ unsetFillValue()
◆ detail::Has_Variables_Base
◆ _py_setFillValue
◆ atts
◆ chunk
bool ioda::VariableCreationParameters::chunk = false |
Do we chunk this variable? Required for extendible / compressible Variables.
Requires a chunking strategy.
Definition at line 84 of file Has_Variables.h.
◆ chunks
std::vector<Dimensions_t> ioda::VariableCreationParameters::chunks |
Manually specify the chunks. Never directly use. Use getChunks(...) instead.
Definition at line 87 of file Has_Variables.h.
◆ dimScaleName_
std::string ioda::VariableCreationParameters::dimScaleName_ |
|
private |
◆ dimsToAttach_
std::vector<std::pair<unsigned int, Variable> > ioda::VariableCreationParameters::dimsToAttach_ |
|
private |
◆ fChunkingStrategy
std::function<bool(const std::vector<Dimensions_t>&, std::vector<Dimensions_t>&)> ioda::VariableCreationParameters::fChunkingStrategy = chunking::Chunking_Max |
Set variable chunking strategy. Used only if chunk == true and chunks.size() == 0.
Definition at line 90 of file Has_Variables.h.
◆ fillValue_
◆ gzip_
bool ioda::VariableCreationParameters::gzip_ = false |
◆ gzip_level_
int ioda::VariableCreationParameters::gzip_level_ = 6 |
◆ szip_
bool ioda::VariableCreationParameters::szip_ = false |
◆ szip_options_
unsigned int ioda::VariableCreationParameters::szip_options_ = 4 |
◆ szip_PixelsPerBlock_
unsigned int ioda::VariableCreationParameters::szip_PixelsPerBlock_ = 16 |
The documentation for this struct was generated from the following files: