IODA
Dimensions_c.cpp File Reference

C bindings for ioda::Dimensions More...

#include "ioda/C/Dimensions_c.h"
#include <numeric>
#include "./structs_c.h"
Include dependency graph for Dimensions_c.cpp:

Go to the source code of this file.

Functions

IODA_DL void ioda_dimensions_destruct (struct ioda_dimensions *d)
 Deallocates a dimensions container. More...
 
bool ioda_dimensions_get_dimensionality (const ioda_dimensions *d, size_t *res)
 
IODA_DL bool ioda_dimensions_set_dimensionality (struct ioda_dimensions *d, size_t N)
 Set dimensionality of the dimensions container. More...
 
bool ioda_dimensions_get_num_elements (const ioda_dimensions *d, size_t *res)
 
bool ioda_dimensions_get_dim_cur (const ioda_dimensions *d, size_t n, ptrdiff_t *res)
 
IODA_DL bool ioda_dimensions_set_dim_cur (struct ioda_dimensions *d, size_t n, ptrdiff_t sz)
 Set the current size of the n-th dimension. More...
 
bool ioda_dimensions_get_dim_max (const ioda_dimensions *d, size_t n, ptrdiff_t *res)
 
IODA_DL bool ioda_dimensions_set_dim_max (struct ioda_dimensions *d, size_t n, ptrdiff_t sz)
 Set the maximum size of the n-th dimension. More...
 

Detailed Description