|
IUF-SDK-3
Interventional Ultrasound Library
|
Functions | |
| IUF_BOOL | iuf3DPositionCompare (Iuf3DPosition *reference, Iuf3DPosition *actual) |
| IUF_BOOL | iuf2DPositionCompare (Iuf2DPosition *reference, Iuf2DPosition *actual) |
| iu3dp_t | iuf3DPositionCreate (float x, float y, float z) |
| Create a 3D position (x,y,z) More... | |
| iu2dp_t | iuf2DPositionCreate (float x, float z) |
| Create a 2D position (x,z) More... | |
| void | iuf3DPositionDelete (iu3dp_t pos) |
| Delete a 3D position. More... | |
| void | iuf2DPositionDelete (iu2dp_t pos) |
| Delete a 3D position. More... | |
| iu3dp_t | iuf3DPositionLoad (hid_t handle) |
| iu2dp_t | iuf2DPositionLoad (hid_t handle) |
| int | iuf3DPositionSave (iu3dp_t position, hid_t handle) |
| int | iuf2DPositionSave (iu2dp_t position, hid_t handle) |
| IUF_BOOL iuf2DPositionCompare | ( | Iuf2DPosition * | reference, |
| Iuf2DPosition * | actual | ||
| ) |
| iu2dp_t iuf2DPositionCreate | ( | float | x, |
| float | z | ||
| ) |
Create a 2D position (x,z)
| x | along the transducer |
| z | depth direction |
| void iuf2DPositionDelete | ( | iu2dp_t | pos | ) |
Delete a 3D position.
| pos | The position of interest |
| iu2dp_t iuf2DPositionLoad | ( | hid_t | handle | ) |
| int iuf2DPositionSave | ( | iu2dp_t | position, |
| hid_t | handle | ||
| ) |
| IUF_BOOL iuf3DPositionCompare | ( | Iuf3DPosition * | reference, |
| Iuf3DPosition * | actual | ||
| ) |
| iu3dp_t iuf3DPositionCreate | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Create a 3D position (x,y,z)
| void iuf3DPositionDelete | ( | iu3dp_t | pos | ) |
Delete a 3D position.
| pos | The position of interest |
| iu3dp_t iuf3DPositionLoad | ( | hid_t | handle | ) |
| int iuf3DPositionSave | ( | iu3dp_t | position, |
| hid_t | handle | ||
| ) |