IUF-SDK-3
Interventional Ultrasound Library
iuf2DTransducerElementListPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHL2DTRANSDUCERELEMENTLISTIMP_H
2 #define IUFLIBRARY_IUFHL2DTRANSDUCERELEMENTLISTIMP_H
3 
4 #include <hdf5.h>
6 
7 // ADT
9 {
13 } ;
14 
15 
17 (
18  iu2dtel_t list,
19  hid_t handle
20 );
21 
23 (
24  hid_t handle
25 );
26 
27 
28 #endif //IUFLIBRARY_IUFHL2DTRANSDUCERELEMENTLISTIMP_H
int numElements
Definition: iuf2DTransducerElementListPrivate.h:10
Definition: iuf2DTransducerElementListPrivate.h:8
IUF_BOOL deepDelete
Definition: iuf2DTransducerElementListPrivate.h:12
iu2dte_t * p2DTransducerElements
Definition: iuf2DTransducerElementListPrivate.h:11
iu2dtel_t iuf2DTransducerElementListLoad(hid_t handle)
Definition: iuf2DTransducerElementList.c:139
int iuf2DTransducerElementListSave(iu2dtel_t list, hid_t handle)
Definition: iuf2DTransducerElementList.c:186
int IUF_BOOL
Definition: iufTypes.h:8
Definition: iuf2DTransducerElementPrivate.h:8