22 const char * pVariableString,
37 const char * pVariableString,
52 const char * pVariableString,
68 const char * pVariableString,
84 const char * pVariableString,
103 const char * pGridName,
117 const char * pVariableString,
133 const char * pVariableString,
149 const char * pVariableString,
165 const char * pVariableString,
185 const char *pGridName,
189 #define IUF_MAX_HDF5_PATH 1024
herr_t iufHdf5WriteFloat(hid_t handle, const char *pVariableString, float *pValues, int numValues)
Writes one or an array of floats to an Hdf5 handle.
Definition: iufHDF5.c:254
herr_t iufHdf5ReadShort(hid_t handle, const char *pVariableString, short *pValue)
Reads one or an array of shorts from file stored in the variable pVariableString. ...
Definition: iufHDF5.c:44
herr_t iufHdf5ReadGrid(hid_t handle, const char *pGridName, IufGrid *pGrid)
Reads the grid from file that is defined by pGridName.
Definition: iufHDF5.c:200
herr_t iufHdf5WriteInt(hid_t handle, const char *pVariableString, int *pValues, int numValues)
Writes one or an array of int values to an Hdf5 handle.
Definition: iufHDF5.c:283
herr_t iufHdf5ReadFloat(hid_t handle, const char *pVariableString, float *pValue)
Reads one or an array of floats from file stored in the variable pVariableString. ...
Definition: iufHDF5.c:15
herr_t iufHdf5ReadInt(hid_t handle, const char *pVariableString, int *pValue)
Reads one or an array of ints from file stored in the variable pVariableString.
Definition: iufHDF5.c:72
herr_t iufHdf5ReadLong(hid_t handle, const char *pVariableString, long int *pValue)
Reads one or an array of longs from file stored in the variable pVariableString.
Definition: iufHDF5.c:100
herr_t iufHdf5ReadString(hid_t handle, const char *pVariableString, char *ppReturnString)
Reads a string from file stored in the variable pVariableString.
Definition: iufHDF5.c:128
herr_t iufHdf5WriteGrid(hid_t handle, const char *pGridName, IufGrid *pGrid)
Writes a grid to an Hdf5 handle.
Definition: iufHDF5.c:361
herr_t iufHdf5WriteString(hid_t handle, const char *pVariableString, const char *pString)
Writes a string to an Hdf5 handle.
Definition: iufHDF5.c:339
Definition: iufTypes.h:71
herr_t iufHdf5WriteLong(hid_t handle, const char *pVariableString, long *pValues, int numValues)
Writes one or an array of long values to an Hdf5 handle.
Definition: iufHDF5.c:311