|
| int | nc4_vararray_add (NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var) |
| |
| static int | cdf_type_info (NC_FILE_INFO_T *h5, int cdf_typeid, nc_type *xtypep, int *endiannessp, size_t *type_sizep, char *type_name) |
| |
| static int | nc4_set_var_type (nc_type xtype, int endianness, size_t type_size, char *type_name, NC_TYPE_INFO_T **typep) |
| |
| static int | cdf_read_att (NC_FILE_INFO_T *h5, NC_VAR_INFO_T *var, int a) |
| |
| static int | nc4_var_list_add_full (NC_GRP_INFO_T *grp, const char *name, int ndims, nc_type xtype, int endianness, size_t type_size, char *type_name, void *fill_value, int contiguous, size_t *chunksizes, void *format_var_info, NC_VAR_INFO_T **var) |
| |
| static int | cdf_read_var (NC_FILE_INFO_T *h5, int v) |
| |
| int | NC_CDF_open (const char *path, int mode, int basepe, size_t *chunksizehintp, void *parameters, const NC_Dispatch *dispatch, int ncid) |
| |
| int | NC_CDF_abort (int ncid) |
| |
| int | NC_CDF_close (int ncid, void *ignore) |
| |
CDF file reader functions.
- Author
- Edward Hartnett
- Date
- 2025-11-23
- Copyright
- Intelligent Data Design, Inc. All rights reserved.