![]() |
NetCDF
4.8.1
|
#include "nc.h"
#include "nc4internal.h"
#include "nc4dispatch.h"
#include "ncdispatch.h"
Go to the source code of this file.
Functions | |
int | nc4_get_att (int ncid, int varid, const char *name, nc_type *xtype, nc_type mem_type, size_t *lenp, int *attnum, void *data) |
int | NC4_get_att (int ncid, int varid, const char *name, void *value, nc_type memtype) |
int | nc4_get_att_ptrs (NC_FILE_INFO_T *h5, NC_GRP_INFO_T *grp, NC_VAR_INFO_T *var, const char *name, nc_type *xtype, nc_type mem_type, size_t *lenp, int *attnum, void *data) |
int | NC4_inq_att (int ncid, int varid, const char *name, nc_type *xtypep, size_t *lenp) |
int | NC4_inq_attid (int ncid, int varid, const char *name, int *attnump) |
int | NC4_inq_attname (int ncid, int varid, int attnum, char *name) |