#include <hdf5.h>
#include <iuf2DNonParametricSource.h>
Go to the source code of this file.
◆ iuf2DNonParametricSourceLoad()
| iu2dnps_t iuf2DNonParametricSourceLoad |
( |
hid_t |
handle | ) |
|
Loads a 2D non-parametric ultrasound source fom a HDF5 handle.
- Returns
- Returns the 2D non-parametric source when successfull or IU2DP_INVALID in case of an error.
- Parameters
-
| handle | The HDF5 handle to load from |
◆ iuf2DNonParametricSourceSave()
| int iuf2DNonParametricSourceSave |
( |
iu2dnps_t |
source, |
|
|
hid_t |
handle |
|
) |
| |
Saves a 2D non-parametric ultrasound source to an HDF5 handle.
- Returns
- Returns IUF_E_OK on success or IUF_ERR_VALUE in case of an error.
- Parameters
-
| source | The 2D non-parameric source to save |
| handle | The HDF5 handle to save to |