IUF-SDK-3
Interventional Ultrasound Library
iufSourceDictPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLSOURCEDICTIMP_H
2 #define IUFLIBRARY_IUFHLSOURCEDICTIMP_H
3 
4 #include <hdf5.h>
5 #include <iufSourceDict.h>
6 
7 
9 (
10  iusd_t dict,
11  hid_t handle
12 );
13 
15 (
16  hid_t handle
17 );
18 
19 
20 #endif //IUFLIBRARY_IUFHLSOURCEDICTIMP_H
int iufSourceDictSave(iusd_t dict, hid_t handle)
Definition: iufSourceDict.c:218
Definition: iufSourceDict.c:18
iusd_t iufSourceDictLoad(hid_t handle)
Definition: iufSourceDict.c:264