IUF-SDK-3
Interventional Ultrasound Library
iufAcquisitionPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLACQUISITIONPRIVATE_H
2 #define IUFLIBRARY_IUFHLACQUISITIONPRIVATE_H
3 
4 #include <hdf5.h>
5 #include <iufAcquisition.h>
6 
7 
9 (
10  iua_t acquisition,
11  hid_t handle
12 );
13 
15 (
16  hid_t handle
17 );
18 
19 #endif //IUFLIBRARY_IUFHLACQUISITIONPRIVATE_H
iua_t iufAcquisitionLoad(hid_t handle)
Definition: iufAcquisition.c:125
An Ultrasound acquisition is identified by a date and a description, also the speed of sound has been...
Definition: iufAcquisitionADT.h:6
int iufAcquisitionSave(iua_t acquisition, hid_t handle)
Definition: iufAcquisition.c:89