|
static int | add_user_type (int ncid, size_t size, const char *name, nc_type base_typeid, nc_type type_class, nc_type *typeidp) |
|
static int | find_nc4_file (int ncid, NC **nc) |
|
int | NC4_def_compound (int ncid, size_t size, const char *name, nc_type *typeidp) |
|
int | NC4_def_enum (int ncid, nc_type base_typeid, const char *name, nc_type *typeidp) |
|
int | NC4_def_opaque (int ncid, size_t datum_size, const char *name, nc_type *typeidp) |
|
int | NC4_def_vlen (int ncid, const char *name, nc_type base_typeid, nc_type *typeidp) |
|
int | NC4_get_vlen_element (int ncid, int typeid1, const void *vlen_element, size_t *len, void *data) |
|
int | NC4_inq_compound_field (int ncid, nc_type typeid1, int fieldid, char *name, size_t *offsetp, nc_type *field_typeidp, int *ndimsp, int *dim_sizesp) |
|
int | NC4_inq_compound_fieldindex (int ncid, nc_type typeid1, const char *name, int *fieldidp) |
|
int | NC4_inq_enum_ident (int ncid, nc_type xtype, long long value, char *identifier) |
|
int | NC4_inq_enum_member (int ncid, nc_type typeid1, int idx, char *identifier, void *value) |
|
int | NC4_inq_type (int ncid, nc_type typeid1, char *name, size_t *size) |
|
int | NC4_inq_type_equal (int ncid1, nc_type typeid1, int ncid2, nc_type typeid2, int *equalp) |
|
int | NC4_inq_typeid (int ncid, const char *name, nc_type *typeidp) |
|
int | NC4_inq_typeids (int ncid, int *ntypes, int *typeids) |
|
int | NC4_inq_user_type (int ncid, nc_type typeid1, char *name, size_t *size, nc_type *base_nc_typep, size_t *nfieldsp, int *classp) |
|
int | NC4_insert_array_compound (int ncid, int typeid1, const char *name, size_t offset, nc_type field_typeid, int ndims, const int *dim_sizesp) |
|
int | NC4_insert_compound (int ncid, nc_type typeid1, const char *name, size_t offset, nc_type field_typeid) |
|
int | NC4_insert_enum (int ncid, nc_type typeid1, const char *identifier, const void *value) |
|
int | NC4_put_vlen_element (int ncid, int typeid1, void *vlen_element, size_t len, const void *data) |
|