|
IUF-SDK-3
Interventional Ultrasound Library
|
Functions | |
| 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. More... | |
| 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. More... | |
| 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. More... | |
| 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. More... | |
| herr_t | iufHdf5ReadString (hid_t handle, const char *pVariableString, char *ppReturnString) |
| Reads a string from file stored in the variable pVariableString. More... | |
| herr_t | iufHdf5ReadGridSize (hid_t handle, const char *pGridName, int *pDim0, int *pDim1, int *pDim2) |
| herr_t | iufHdf5ReadGrid (hid_t handle, const char *pGridName, IufGrid *pGrid) |
| Reads the grid from file that is defined by pGridName. More... | |
| herr_t | iufHdf5WriteFloat (hid_t handle, const char *pVariableString, float *pValues, int numValues) |
| Writes one or an array of floats to an Hdf5 handle. More... | |
| 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. More... | |
| 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. More... | |
| herr_t | iufHdf5WriteString (hid_t handle, const char *pVariableString, const char *pString) |
| Writes a string to an Hdf5 handle. More... | |
| herr_t | iufHdf5WriteGrid (hid_t handle, const char *pGridName, IufGrid *pGrid) |
| Writes a grid to an Hdf5 handle. More... | |
| 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.
| handle | the file or group handle containing the variable to be read | |
| pVariableString | the name of the variable to be read | |
| [out] | pValue | the float value or array read from file |
| herr_t iufHdf5ReadGrid | ( | hid_t | handle, |
| const char * | pGridName, | ||
| IufGrid * | pGrid | ||
| ) |
Reads the grid from file that is defined by pGridName.
The grid can be a Polar or Cartesian grid. The grid type is identified by the variable name containing either 'Cartesian' or 'Polar'
| handle | the file or group handle containing the dataset to be | |
| pGridName | the name of the variable to be read | |
| [out] | pGrid | the grid structure that is filled (memory is allocated for its contents) |
| herr_t iufHdf5ReadGridSize | ( | hid_t | handle, |
| const char * | pGridName, | ||
| int * | pDim0, | ||
| int * | pDim1, | ||
| int * | pDim2 | ||
| ) |
| 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.
| handle | the file or group handle containing the variable to be read | |
| pVariableString | the name of the variable to be read | |
| [out] | pValue | the int value or array that is read from file |
| 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.
| handle | the file or group handle containing the variable to be read | |
| pVariableString | the name of the variable to be read | |
| [out] | pValue | the long int value or array that is read from file |
| 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.
| handle | the file or group handle containing the | |
| pVariableString | the name of the variable to be read variable to be read | |
| [out] | pValue | the short value or array that is read from file |
| herr_t iufHdf5ReadString | ( | hid_t | handle, |
| const char * | pVariableString, | ||
| char * | ppReturnString | ||
| ) |
Reads a string from file stored in the variable pVariableString.
| handle | the file or group handle containing the variable to be read | |
| pVariableString | the name of the variable to be read | |
| [out] | ppReturnString | the string (memory is allocated for it) |
| herr_t iufHdf5WriteFloat | ( | hid_t | handle, |
| const char * | pVariableString, | ||
| float * | pValues, | ||
| int | numValues | ||
| ) |
Writes one or an array of floats to an Hdf5 handle.
| handle | the file or group handle for writing |
| pVariableString | the name of the variable to be written |
| pValues | the float value or array that is to be written |
| numValues | The length of the pValues array |
| herr_t iufHdf5WriteGrid | ( | hid_t | handle, |
| const char * | pGridName, | ||
| IufGrid * | pGrid | ||
| ) |
Writes a grid to an Hdf5 handle.
The grid can be a Polar or Cartesian grid. The grid type is identified by the variable name containing either 'Cartesian' or 'Polar'
In-place: n.a.
| handle | the file or group handle containing the dataset to be written |
| pGridName | "PolarGrid" or "CartesianGrid" |
| pGrid | the grid structure that will be serialized |
| 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.
In-place: n.a.
| handle | handle : the file or group handle for writing |
| pVariableString | the name of the variable to be written |
| pValues | the int value or array that is to be written |
| numValues | The length of the pValues array |
| 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.
In-place: n.a.
| handle | the file or group handle for writing |
| pVariableString | the name of the variable to be written |
| pValues | the long value or array that is to be written |
| numValues | the length of the pValues array |
| herr_t iufHdf5WriteString | ( | hid_t | handle, |
| const char * | pVariableString, | ||
| const char * | pString | ||
| ) |
Writes a string to an Hdf5 handle.
In-place: n.a.
| handle | the file or group handle for writing |
| pVariableString | the name of the string to be written |
| pString | the actual string itself that is to be written |