|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <iuf.h>#include <iufHistoryNodePrivate.h>#include <iufHistoryNodeListPrivate.h>Data Structures | |
| struct | IufHistoryNodeList |
Functions | |
| iuhnl_t | iufHistoryNodeListCreate (int numHistoryNodes) |
Create an empty list of IufHistoryNode for numHistoryNode nodes. More... | |
| int | iufHistoryNodeListDelete (iuhnl_t list) |
| Delete a IufHistoryNodeList and all its entries. More... | |
| int | iufHistoryNodeListCompare (iuhnl_t reference, iuhnl_t actual) |
| Compare two IufHistoryNodeList objects with each other. More... | |
| int | iufHistoryNodeListGetSize (iuhnl_t list) |
| Get the number of nodes in the IufHistoryNodeList. More... | |
| iuhn_t | iufHistoryNodeListGet (iuhnl_t list, int index) |
Gets the node from the list at index. More... | |
| int | iufHistoryNodeListSet (iuhnl_t list, iuhn_t member, int index) |
Sets the node member in list at index. More... | |
| iuhnl_t | iufHistoryNodeListLoad (hid_t handle, int numHistoryNodes) |
| IUF_BOOL | iufHistoryNodeListFull (iuhnl_t node) |
| int | iufHistoryNodeListSave (iuhnl_t node, hid_t handle) |
| struct IufHistoryNodeList |
Compare two IufHistoryNodeList objects with each other.
| reference | The IufHistoryNodeList to compare to |
| actual | The IufHistoryNodeList to compare with |
| iuhnl_t iufHistoryNodeListCreate | ( | int | numHistoryNodes | ) |
Create an empty list of IufHistoryNode for numHistoryNode nodes.
| numHistoryNodes | The number of nodes in the list |
| int iufHistoryNodeListDelete | ( | iuhnl_t | list | ) |
Delete a IufHistoryNodeList and all its entries.
| list | the list to be deleted |
Gets the node from the list at index.
index or NULL in case of invalid arguments. | list | The IufHistoryNodeList of interest |
| index | The index of the node in the list |
| int iufHistoryNodeListGetSize | ( | iuhnl_t | list | ) |
Get the number of nodes in the IufHistoryNodeList.
| list | The IufHistoryNodeList of interest |
| iuhnl_t iufHistoryNodeListLoad | ( | hid_t | handle, |
| int | numHistoryNodes | ||
| ) |
| int iufHistoryNodeListSave | ( | iuhnl_t | node, |
| hid_t | handle | ||
| ) |
Sets the node member in list at index.
| list | The IufHistoryNodeList of interest |
| member | The IufHistoryNode to set |
| index | The index in the list |