|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <iuf.h>#include <iufCompoundFile.h>#include <iufCompoundFileStructure.h>#include <iufCompoundFileInstance.h>#include <iufDataStream.h>#include <iufHistoryNodePrivate.h>Data Structures | |
| struct | IufCompoundFileInstance |
| struct | IufCompoundFile |
Functions | |
| iucfi_t | iufCompoundFileInstanceCreate (void) |
| int | iufCompoundFileInstanceDelete (iucfi_t instance) |
| int | iufCompoundFileDelete (iuif_t compoundFile) |
| iucf_t | iufCompoundFileCreate (const char *filename) |
| Create an empty file instance with a filename. More... | |
| void * | iufCompoundFileInstanceLoad (hid_t handle) |
| iuhn_t | iufCompoundFileLoadNode (hid_t handle) |
| iucf_t | iufCompoundFileNodeLoad (const char *pFilename) |
| Load an inputFile instance from a file. More... | |
| int | iufCompoundFileSaveInstance (hid_t handle, iucfi_t instanceData) |
| int | iufCompoundFileNodeSave (iuif_t compoundFile) |
| int | iufCompoundFileClose (iuif_t compoundFile) |
| int | iufCompoundFileCompare (iucf_t reference, iucf_t actual) |
| Compares two inputFile instances with each other. More... | |
| int | iufCompoundFileSetFilename (iuif_t compoundFile, char *fileName) |
| struct IufCompoundFileInstance |
| struct IufCompoundFile |
| Data Fields | ||
|---|---|---|
| iuhn_t | history | |
| int iufCompoundFileClose | ( | iuif_t | compoundFile | ) |
Compares two inputFile instances with each other.
| reference | The IufCompoundFile to compare to |
| actual | The IufCompoundFile to compare with |
| iucf_t iufCompoundFileCreate | ( | const char * | filename | ) |
Create an empty file instance with a filename.
| filename | The filename for the file instance. |
| int iufCompoundFileDelete | ( | iuif_t | compoundFile | ) |
| iucfi_t iufCompoundFileInstanceCreate | ( | void | ) |
| int iufCompoundFileInstanceDelete | ( | iucfi_t | instance | ) |
| void* iufCompoundFileInstanceLoad | ( | hid_t | handle | ) |
| iuhn_t iufCompoundFileLoadNode | ( | hid_t | handle | ) |
| iucf_t iufCompoundFileNodeLoad | ( | const char * | pFilename | ) |
Load an inputFile instance from a file.
| pFilename | The filename of the inputFile |
| int iufCompoundFileNodeSave | ( | iuif_t | compoundFile | ) |
| int iufCompoundFileSaveInstance | ( | hid_t | handle, |
| iucfi_t | instanceData | ||
| ) |
| int iufCompoundFileSetFilename | ( | iuif_t | compoundFile, |
| char * | fileName | ||
| ) |