NetCDF
4.8.1
|
#include "ncdispatch.h"
Go to the source code of this file.
Functions | |
Learning about Attributes | |
Functions to learn about the attributes in a file. | |
int | nc_inq_att (int ncid, int varid, const char *name, nc_type *xtypep, size_t *lenp) |
int | nc_inq_attid (int ncid, int varid, const char *name, int *idp) |
int | nc_inq_attlen (int ncid, int varid, const char *name, size_t *lenp) |
int | nc_inq_attname (int ncid, int varid, int attnum, char *name) |
int | nc_inq_atttype (int ncid, int varid, const char *name, nc_type *xtypep) |
int | nc_inq_natts (int ncid, int *nattsp) |
Attribute inquiry functions
These functions find out about attributes.
Definition in file dattinq.c.