|
ocssw
V2022
|
#include <hdf4utils.h>
Public Attributes | |
| int32_t | id |
| char | name [HDF4_UTILS_MAX_NAME] |
| int32_t | ndims |
| int32_t | dimlen [HDF4_UTILS_MAX_DIM] |
| int32_t | ntype |
| int32_t | nvals |
| void * | data |
| int32_t | natts |
| att_struct * | atts |
Detailed Description
Definition at line 147 of file hdf4utils.h.
Member Data Documentation
◆ atts
| att_struct* atts |
Definition at line 156 of file hdf4utils.h.
◆ data
| void* data |
Definition at line 154 of file hdf4utils.h.
◆ dimlen
| int32_t dimlen[HDF4_UTILS_MAX_DIM] |
Definition at line 151 of file hdf4utils.h.
◆ id
| int32_t id |
Definition at line 148 of file hdf4utils.h.
◆ name
| char name[HDF4_UTILS_MAX_NAME] |
Definition at line 149 of file hdf4utils.h.
◆ natts
| int32_t natts |
Definition at line 155 of file hdf4utils.h.
◆ ndims
| int32_t ndims |
Definition at line 150 of file hdf4utils.h.
◆ ntype
| int32_t ntype |
Definition at line 152 of file hdf4utils.h.
◆ nvals
| int32_t nvals |
Definition at line 153 of file hdf4utils.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/oel_hdf4/libhdf4utils/hdf4utils.h


