NetCDF
4.6.3
|
#include "config.h"
#include "hdf5internal.h"
#include "ncrc.h"
Go to the source code of this file.
Macros | |
#define | LOGOPEN 1 |
#define | NRESERVED 11 /*|NC_reservedatt|*/ |
Functions | |
static int | detect_preserve_dimids (NC_GRP_INFO_T *grp, nc_bool_t *bad_coord_orderp) |
static void | dumpopenobjects (NC_FILE_INFO_T *h5) |
int | NC4__enddef (int ncid, size_t h_minfree, size_t v_align, size_t v_minfree, size_t r_align) |
int | NC4_abort (int ncid) |
int | NC4_close (int ncid, void *params) |
int | nc4_close_hdf5_file (NC_FILE_INFO_T *h5, int abort, NC_memio *memio) |
int | nc4_close_netcdf4_file (NC_FILE_INFO_T *h5, int abort, NC_memio *memio) |
static int | NC4_enddef (int ncid) |
int | nc4_enddef_netcdf4_file (NC_FILE_INFO_T *h5) |
int | NC4_extract_file_image (NC_FILE_INFO_T *h5) |
int | NC4_inq (int ncid, int *ndimsp, int *nvarsp, int *nattsp, int *unlimdimidp) |
int | NC4_redef (int ncid) |
int | NC4_set_fill (int ncid, int fillmode, int *old_modep) |
int | NC4_sync (int ncid) |
const NC_reservedatt * | NC_findreserved (const char *name) |
static int | sync_netcdf4_file (NC_FILE_INFO_T *h5) |
Variables | |
static const NC_reservedatt | NC_reserved [NRESERVED] |
|
static |
Definition at line 33 of file hdf5file.c.