|
IODA
|
C bindings for ioda::Dimensions More...

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... | |
C bindings for ioda::Dimensions
Definition in file Dimensions_c.cpp.