IUF-SDK-3
Interventional Ultrasound Library
iufDemodulationPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLDEMODULATIONIMP_H
2 #define IUFLIBRARY_IUFHLDEMODULATIONIMP_H
3 
4 
5 #include <hdf5.h>
6 #include <iufDemodulation.h>
7 
8 
10 (
11  iudm_t demodulation,
12  hid_t handle
13 );
14 
16 (
17  hid_t handle
18 );
19 
20 
21 #endif //IUFLIBRARY_IUFHLDEMODULATIONIMP_H
iudm_t iufDemodulationLoad(hid_t handle)
Definition: iufDemodulation.c:266
int iufDemodulationSave(iudm_t demodulation, hid_t handle)
Definition: iufDemodulation.c:229
Definition: iufDemodulation.c:10