IUF-SDK-3
Interventional Ultrasound Library
iufTGCPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLTGCIMP_H
2 #define IUFLIBRARY_IUFHLTGCIMP_H
3 
4 #include <iufTGC.h>
5 #include <hdf5.h>
6 #include <hdf5_hl.h>
7 
8 int iufTGCSave
9 (
10  iutgc_t tgc,
11  hid_t handle
12 );
13 
15 (
16  hid_t handle
17 );
18 
19 
20 #endif //IUFLIBRARY_IUFHLTGCIMP_H
iutgc_t iufTGCLoad(hid_t handle)
Definition: iufTGC.c:165
Definition: iufTGC.c:7
int iufTGCSave(iutgc_t tgc, hid_t handle)
Definition: iufTGC.c:142