|
IUF-SDK-3
Interventional Ultrasound Library
|
Data Structures | |
| struct | IufFrameList |
Functions | |
| iufl_t | iufFrameListCreate (int numFrames) |
| int | iufFrameListDeleteFrames (iufl_t list) |
| int | iufFrameListDeepDelete (iufl_t list) |
| int | iufFrameListDelete (iufl_t list) |
| int | iufFrameListCompare (iufl_t reference, iufl_t actual) |
| int | iufFrameListGetSize (iufl_t list) |
| iufr_t | iufFrameListGet (iufl_t list, int index) |
| int | iufFrameListSet (iufl_t list, iufr_t member, int index) |
| iufl_t | iufFrameListLoad (hid_t handle) |
| IUF_BOOL | iufFrameListFull (iufl_t list) |
| int | iufFrameListSave (iufl_t list, hid_t handle) |
| reference | The frameList to compare to |
| actual | The frameList to compare with |
| iufl_t iufFrameListCreate | ( | int | numFrames | ) |
| numFrames | The number of frames to allocate. |
| int iufFrameListDeepDelete | ( | iufl_t | list | ) |
| list | The frameList that is to be deleted |
| int iufFrameListDelete | ( | iufl_t | list | ) |
| list | The frameList that is to be deleted |
| int iufFrameListDeleteFrames | ( | iufl_t | list | ) |
| list | The frameList of interest |
| index | The index in the list |
| int iufFrameListGetSize | ( | iufl_t | list | ) |
| list | The frameList of interest |
| iufl_t iufFrameListLoad | ( | hid_t | handle | ) |
| int iufFrameListSave | ( | iufl_t | list, |
| hid_t | handle | ||
| ) |