|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <iuf.h>#include <iufHistoryNodePrivate.h>#include <iufInputFilePrivate.h>#include <memory.h>#include <string.h>Data Structures | |
| struct | IufFile |
Functions | |
| int | iufFileDelete (iuf_t file) |
| Deletes an IufFile object. returns IUF_E_OK when successful and IUF_ERR_VALUE otherwise. More... | |
| int | iufFileCompare (iuf_t reference, iuf_t actual) |
| Compares two IufFile objects with each other. returns IUF_TRUE when the two files are equal and IUF_FALSE otherwise. More... | |
| iuf_t | iufFileLoad (char *pFilename) |
Create an IufFile from the file pFilename. More... | |
| iuhn_t | iufFileGetHistoryTree (iuf_t file) |
| Gets the history node of the IufFile. More... | |
| const char * | iufFileGetType (iuf_t file) |
| Gets the type label of the IufFile. More... | |
| int | iufFileSetHistoryTree (iuf_t file, iuhn_t history) |
| Sets the IufHistoryNode of the IufFile. More... | |
| struct IufFile |
| Data Fields | ||
|---|---|---|
| hid_t | handle |
file handle |
| iuhn_t | history | |
| int iufFileDelete | ( | iuf_t | file | ) |
Deletes an IufFile object. returns IUF_E_OK when successful and IUF_ERR_VALUE otherwise.
| file | The IufFile to be deleted |
Gets the history node of the IufFile.
| file | The IufFile of interest |
| const char* iufFileGetType | ( | iuf_t | file | ) |
| iuf_t iufFileLoad | ( | char * | pFilename | ) |
Sets the IufHistoryNode of the IufFile.
| file | the IufFile of interest |
| history | the IufHistoryNode that is set |