IUF-SDK-3
Interventional Ultrasound Library
iufCompoundFileInstance.h
Go to the documentation of this file.
1
#ifndef IUFLIBRARY_IUFHLCOMPOUNDFILEIMP_H
2
#define IUFLIBRARY_IUFHLCOMPOUNDFILEIMP_H
3
4
#include <hdf5.h>
5
#include <hdf5_hl.h>
6
#include <
iufCompoundFile.h
>
7
#include <
iufHistoryNode.h
>
8
9
typedef
struct
IufCompoundFileInstance
IufCompoundFileInstance
;
10
typedef
IufCompoundFileInstance
*
iucfi_t
;
11
#define IUCFI_INVALID (iucfi_t) NULL
12
13
14
iucf_t
iufCompoundFileSpecificsLoad
15
(
16
iucf_t
inputFile
17
);
18
19
20
int
iufCompoundFileSaveInstance
21
(
22
hid_t
handle
,
23
iucfi_t
instanceData
24
);
25
26
iuhn_t
iufCompoundFileLoadNode
27
(
28
hid_t
handle
29
);
30
31
void
*
iufCompoundFileInstanceLoad
32
(
33
hid_t
handle
34
);
35
36
int
iufCompoundFileInstanceDelete
37
(
38
iucfi_t
instanceData
39
);
40
41
int
iufCompoundFileSetFilename
42
(
43
iucf_t
inputFile,
44
char
* fileName
45
);
46
47
#endif //IUFLIBRARY_IUFHLINPUTFILEIMP_H
iufCompoundFileSetFilename
int iufCompoundFileSetFilename(iucf_t inputFile, char *fileName)
iufHistoryNode.h
iufCompoundFileSpecificsLoad
iucf_t iufCompoundFileSpecificsLoad(iucf_t inputFile)
IufHistoryNode
Definition:
iufHistoryNodeADT.h:4
iufCompoundFileInstanceLoad
void * iufCompoundFileInstanceLoad(hid_t handle)
Definition:
iufCompoundFile.c:114
IufCompoundFileInstance::handle
hid_t handle
Definition:
iufCompoundFile.c:19
iufCompoundFileLoadNode
iuhn_t iufCompoundFileLoadNode(hid_t handle)
Definition:
iufCompoundFile.c:133
iufCompoundFileInstanceDelete
int iufCompoundFileInstanceDelete(iucfi_t instanceData)
Definition:
iufCompoundFile.c:45
IufCompoundFile
Definition:
iufCompoundFile.c:25
iufCompoundFileSaveInstance
int iufCompoundFileSaveInstance(hid_t handle, iucfi_t instanceData)
Definition:
iufCompoundFile.c:171
IufCompoundFileInstance
Definition:
iufCompoundFile.c:12
iucfi_t
IufCompoundFileInstance * iucfi_t
Definition:
iufCompoundFileInstance.h:10
iufCompoundFile.h
library
include
iufCompoundFileInstance.h
Generated by
1.8.13