|
IUF-SDK-3
Interventional Ultrasound Library
|
Functions | |
| iu3ds_t | iuf3DSizeCreate (float sx, float sy, float sz) |
| create a 3-axis size 3D space More... | |
| int | iuf3DSizeDelete (iu3ds_t size) |
| delete a 3-axis size object More... | |
| int | iuf3DSizeCompare (iu3ds_t reference, iu3ds_t actual) |
| Compare two 3D sizes, argument order doesn't matter. More... | |
| iu3ds_t | iuf3DSizeLoad (hid_t handle) |
| int | iuf3DSizeSave (iu3ds_t size, hid_t handle) |
| iu3ds_t iuf3DSizeCreate | ( | float | sx, |
| float | sy, | ||
| float | sz | ||
| ) |
create a 3-axis size 3D space
| sx | size in x direction in m |
| sy | size in y direction in m |
| sz | size in z direction in m |
| int iuf3DSizeDelete | ( | iu3ds_t | size | ) |
delete a 3-axis size object
| size | the size object to be deleted |
| iu3ds_t iuf3DSizeLoad | ( | hid_t | handle | ) |
| int iuf3DSizeSave | ( | iu3ds_t | size, |
| hid_t | handle | ||
| ) |