|
IUF-SDK-3
Interventional Ultrasound Library
|
Data Structures | |
| struct | IufFrame |
Functions | |
| iufr_t | iufFrameCreate (char *label, int dataIndex, float time) |
| Creates an IufFrame. More... | |
| int | iufFrameDelete (iufr_t frame) |
| Delete an IufFrame. More... | |
| int | iufFrameCompare (iufr_t reference, iufr_t actual) |
| Compare two IufFrame object with each other. More... | |
| float | iufFrameGetTime (iufr_t frame) |
| Gets the timestamp in seconds of a frame. More... | |
| char * | iufFrameGetPatternListLabel (iufr_t frame) |
| Gets the patternListLabel of a frame. More... | |
| int | iufFrameGetDataIndex (iufr_t frame) |
| Gets the dataIndex of a frame. More... | |
| int | iufFrameSave (iufr_t frame, hid_t handle) |
| iufr_t | iufFrameLoad (hid_t handle) |
| iufr_t iufFrameCreate | ( | char * | label, |
| int | dataIndex, | ||
| float | time | ||
| ) |
Creates an IufFrame.
| label | The patternList label this frame refers to, e.g. "bmode" |
| dataIndex | The offset in the data (frame number?) |
| time | The timestamp in seconds since the start of the acquisition |
| int iufFrameDelete | ( | iufr_t | frame | ) |
Delete an IufFrame.
| frame | The IufFrame to be deleted |
| int iufFrameGetDataIndex | ( | iufr_t | frame | ) |
Gets the dataIndex of a frame.
| frame | The IufFrame of interest |
| char* iufFrameGetPatternListLabel | ( | iufr_t | frame | ) |
Gets the patternListLabel of a frame.
| frame | The IufFrame of interest |
| float iufFrameGetTime | ( | iufr_t | frame | ) |
Gets the timestamp in seconds of a frame.
| iufr_t iufFrameLoad | ( | hid_t | handle | ) |
| int iufFrameSave | ( | iufr_t | frame, |
| hid_t | handle | ||
| ) |