|
HL-HDF
|
Useful macros that are used internally in HLHDF. More...
#include "hdf5.h"Go to the source code of this file.
Macros | |
| #define | HL_H5G_CLOSE(x) |
| Closes a H5 group identifier. | |
| #define | HL_H5D_CLOSE(x) |
| Closes a H5 data set identifier. | |
| #define | HL_H5O_CLOSE(x) |
| Closes a group, dataset or named datatype. | |
| #define | HL_H5A_CLOSE(x) |
| Closes a H5 attribute identifier. | |
| #define | HL_H5F_CLOSE(x) |
| Closes a H5 file identifier. | |
| #define | HL_H5T_CLOSE(x) |
| Closes a H5 type identifier. | |
| #define | HL_H5S_CLOSE(x) |
| Closes a H5 space identifier. | |
| #define | HL_H5P_CLOSE(x) |
| Closes a H5 property identifier. | |
| #define | HLHDF_ALIGN(A, Z) |
| Used to align the offsets when creating a compound type. | |
| #define | DEFAULT_SIZE_NODELIST 20 |
| Default number of nodes in a HDF5 file. | |
Useful macros that are used internally in HLHDF.
| #define DEFAULT_SIZE_NODELIST 20 |
Default number of nodes in a HDF5 file.
| #define HL_H5A_CLOSE | ( | x | ) |
Closes a H5 attribute identifier.
| #define HL_H5D_CLOSE | ( | x | ) |
Closes a H5 data set identifier.
| #define HL_H5F_CLOSE | ( | x | ) |
Closes a H5 file identifier.
| #define HL_H5G_CLOSE | ( | x | ) |
Closes a H5 group identifier.
| #define HL_H5O_CLOSE | ( | x | ) |
Closes a group, dataset or named datatype.
| #define HL_H5P_CLOSE | ( | x | ) |
Closes a H5 property identifier.
| #define HL_H5S_CLOSE | ( | x | ) |
Closes a H5 space identifier.
| #define HL_H5T_CLOSE | ( | x | ) |
Closes a H5 type identifier.
| #define HLHDF_ALIGN | ( | A, | |
| Z ) |
Used to align the offsets when creating a compound type.