IUF-SDK-3
Interventional Ultrasound Library
iuf2DSizePrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHL2DSIZEIMP_H
2 #define IUFLIBRARY_IUFHL2DSIZEIMP_H
3 
4 #include <hdf5.h>
5 #include <iuf2DSize.h>
6 
8 (
9  hid_t handle
10 );
11 
12 int iuf2DSizeSave
13 (
14  iu2ds_t size,
15  hid_t handle
16 );
17 
18 #endif //IUFLIBRARY_IUFHL2DSIZEIMP_H
Definition: iuf2DSize.h:5
iu2ds_t iuf2DSizeLoad(hid_t handle)
Definition: iuf2DSize.c:50
int iuf2DSizeSave(iu2ds_t size, hid_t handle)
Definition: iuf2DSize.c:68