![]() |
NetCDF
4.7.3
|
#include "config.h"#include "ncdispatch.h"
Go to the source code of this file.
Macros | |
| #define | H5Z_FILTER_SZIP 4 |
| ID of HDF SZIP filter. More... | |
Functions | |
Learning about Variables | |
Functions to learn about the variables in a file. | |
| int | nc_inq_unlimdims (int ncid, int *nunlimdimsp, int *unlimdimidsp) |
| Return number and list of unlimited dimensions. More... | |
| int | nc_inq_var (int ncid, int varid, char *name, nc_type *xtypep, int *ndimsp, int *dimidsp, int *nattsp) |
| int | NC_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) |
| Learn all about a variable. More... | |
| int | nc_inq_var_chunking (int ncid, int varid, int *storagep, size_t *chunksizesp) |
| int | nc_inq_var_deflate (int ncid, int varid, int *shufflep, int *deflatep, int *deflate_levelp) |
| int | nc_inq_var_endian (int ncid, int varid, int *endianp) |
| int | nc_inq_var_fill (int ncid, int varid, int *no_fill, void *fill_valuep) |
| int | nc_inq_var_filter (int ncid, int varid, unsigned int *idp, size_t *nparamsp, unsigned int *params) |
| Find the filter (if any) associated with a variable. More... | |
| int | nc_inq_var_fletcher32 (int ncid, int varid, int *fletcher32p) |
| int | nc_inq_var_szip (int ncid, int varid, int *options_maskp, int *pixels_per_blockp) |
| int | nc_inq_vardimid (int ncid, int varid, int *dimidsp) |
| Learn the dimension IDs associated with a variable. More... | |
| int | nc_inq_varid (int ncid, const char *name, int *varidp) |
| int | nc_inq_varname (int ncid, int varid, char *name) |
| int | nc_inq_varnatts (int ncid, int varid, int *nattsp) |
| Learn how many attributes are associated with a variable. More... | |
| int | nc_inq_varndims (int ncid, int varid, int *ndimsp) |
| Learn how many dimensions are associated with a variable. More... | |
| int | nc_inq_vartype (int ncid, int varid, nc_type *typep) |
| Learn the type of a variable. More... | |
Functions for inquiring about variables.
Definition in file dvarinq.c.
Generated on Thu Jan 23 2020 04:18:16 for NetCDF. NetCDF is
a Unidata library.