NetCDF
4.9.2
|
Functions for Opaque Types. More...
#include "ncdispatch.h"
Go to the source code of this file.
Functions | |
Opaque Types | |
Functions to create and learn about opaque types. | |
int | nc_def_opaque (int ncid, size_t size, const char *name, nc_type *xtypep) |
Create an opaque type. More... | |
int | nc_inq_opaque (int ncid, nc_type xtype, char *name, size_t *sizep) |
Learn about an opaque type. More... | |