![]() |
NetCDF
4.6.2
|
#include "config.h"
#include <nc4internal.h>
#include "nc4dispatch.h"
#include "hdf5internal.h"
#include <math.h>
Go to the source code of this file.
Functions | |
int | NC4_get_var_chunk_cache (int ncid, int varid, size_t *sizep, size_t *nelemsp, float *preemptionp) |
int | NC4_inq_var_all (int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp, int *shufflep, int *deflatep, int *deflate_levelp, int *fletcher32p, int *contiguousp, size_t *chunksizesp, int *no_fill, void *fill_valuep, int *endiannessp, unsigned int *idp, size_t *nparamsp, unsigned int *params) |
int | NC4_inq_varid (int ncid, const char *name, int *varidp) |
int | NC4_set_var_chunk_cache (int ncid, int varid, size_t size, size_t nelems, float preemption) |
int | NC4_var_par_access (int ncid, int varid, int par_access) |
int | nc_get_var_chunk_cache_ints (int ncid, int varid, int *sizep, int *nelemsp, int *preemptionp) |
int | nc_inq_var_chunking_ints (int ncid, int varid, int *contiguousp, int *chunksizesp) |
int | nc_set_var_chunk_cache_ints (int ncid, int varid, int size, int nelems, int preemption) |