|
| static hid_t | memory_type (nc_type type, int *closep) |
| |
| static int | var_io (int ncid, int varid, const size_t *startp, const size_t *countp, const ptrdiff_t *stridep, void *data, nc_type memtype, int writing) |
| |
| int | NEXTCDF4_get_vara (int ncid, int varid, const size_t *start, const size_t *count, void *value, nc_type memtype) |
| |
| int | NEXTCDF4_put_vara (int ncid, int varid, const size_t *start, const size_t *count, const void *value, nc_type memtype) |
| |
| int | NEXTCDF4_get_vars (int ncid, int varid, const size_t *start, const size_t *count, const ptrdiff_t *stride, void *value, nc_type memtype) |
| |
| int | NEXTCDF4_put_vars (int ncid, int varid, const size_t *start, const size_t *count, const ptrdiff_t *stride, const void *value, nc_type memtype) |
| |
| int | NEXTCDF4_get_varm (int ncid, int varid, const size_t *s, const size_t *c, const ptrdiff_t *st, const ptrdiff_t *im, void *v, nc_type t) |
| |
| int | NEXTCDF4_put_varm (int ncid, int varid, const size_t *s, const size_t *c, const ptrdiff_t *st, const ptrdiff_t *im, const void *v, nc_type t) |
| |
Hyperslab variable I/O for fixed-size NEXTCDF-4 atomic types.
- Author
- Edward Hartnett
- Date
- 2026-08-29
- Copyright
- Intelligent Data Design, Inc. All rights reserved.