IUF-SDK-3
Interventional Ultrasound Library
iufHistoryNodeListPrivate.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHISTORYNODELISTIMP_H
2 #define IUFLIBRARY_IUFHISTORYNODELISTIMP_H
3 
4 #include <hdf5.h>
5 #include <hdf5_hl.h>
6 #include <iufHistoryNodeList.h>
7 
9 (
10  iuhnl_t node,
11  hid_t handle
12 );
13 
15 (
16  hid_t handle,
17  int numHistoryNodes
18 );
19 
20 #endif //IUFLIBRARY_IUFHISTORYNODELISTIMP_H
iuhnl_t iufHistoryNodeListLoad(hid_t handle, int numHistoryNodes)
Definition: iufHistoryNodeList.c:113
Definition: iufHistoryNodeList.c:8
int iufHistoryNodeListSave(iuhnl_t node, hid_t handle)
Definition: iufHistoryNodeList.c:168