IODA
Variable_Creation_Parameters_c.cpp File Reference

C bindings for ioda::VariableCreationParameters, used in ioda::Has_Variables::create. More...

#include "./structs_c.h"
#include "ioda/C/Group_c.h"
#include "ioda/C/c_binding_macros.h"
#include "ioda/Group.h"
Include dependency graph for Variable_Creation_Parameters_c.cpp:

Go to the source code of this file.

Macros

#define IODA_VCP_FILL_IMPL(funcnamestr, Type)
 

Functions

IODA_DL void ioda_variable_creation_parameters_destruct (struct ioda_variable_creation_parameters *params)
 Deallocates variable creation parameters. More...
 
IODA_DL struct ioda_variable_creation_parametersioda_variable_creation_parameters_create ()
 Allocates a new variable creation parameters instance. More...
 
ioda_variable_creation_parametersioda_variable_creation_parameters_clone (const ioda_variable_creation_parameters *p)
 
 C_TEMPLATE_FUNCTION_DEFINITION_NOSTR (ioda_variable_creation_parameters_setFillValue, IODA_VCP_FILL_IMPL)
 
Chunking
IODA_DL void ioda_variable_creation_parameters_chunking (struct ioda_variable_creation_parameters *params, bool doChunking, size_t Ndims, const ptrdiff_t *chunks)
 Set chunking options. More...
 
Compression
IODA_DL void ioda_variable_creation_parameters_noCompress (struct ioda_variable_creation_parameters *params)
 Disable compression. More...
 
IODA_DL void ioda_variable_creation_parameters_compressWithGZIP (struct ioda_variable_creation_parameters *params, int level)
 Compress with GZIP. More...
 
IODA_DL void ioda_variable_creation_parameters_compressWithSZIP (struct ioda_variable_creation_parameters *params, unsigned PixelsPerBlock, unsigned options)
 Compress with SZIP. More...
 

Detailed Description