IUF-SDK-3
Interventional Ultrasound Library
iufDemodulationDictPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLDEMODULATIONDICTIMP_H
2 #define IUFLIBRARY_IUFHLDEMODULATIONDICTIMP_H
3 
4 #include <iufHDF5.h>
5 #include <iufDemodulationDict.h>
6 
8 (
9  iudmd_t dict,
10  hid_t handle
11 );
12 
14 (
15  hid_t handle
16 );
17 
18 #endif //IUFLIBRARY_IUFHLDEMODULATIONDICTIMP_H
19 
Definition: iufDemodulationDictADT.h:15
iudmd_t iufDemodulationDictLoad(hid_t handle)
Definition: iufDemodulationDict.c:252
int iufDemodulationDictSave(iudmd_t dict, hid_t handle)
Definition: iufDemodulationDict.c:206