|
IUF-SDK-3
Interventional Ultrasound Library
|
Functions | |
| iu2ds_t | iuf2DSizeCreate (float sx, float sz) |
| Allocate a 2D size. More... | |
| int | iuf2DSizeDelete (iu2ds_t size) |
| Delete a 2D size object. More... | |
| int | iuf2DSizeCompare (iu2ds_t reference, iu2ds_t actual) |
| Delete a 2D size object. More... | |
| iu2ds_t | iuf2DSizeLoad (hid_t handle) |
| int | iuf2DSizeSave (iu2ds_t size, hid_t handle) |
Delete a 2D size object.
| reference | one of the sizes to compare |
| actual | the other of the sizes to compare |
| iu2ds_t iuf2DSizeCreate | ( | float | sx, |
| float | sz | ||
| ) |
Allocate a 2D size.
| sx | the size in the x-direction in meters |
| sz | the size in the z-direction in meters |
| int iuf2DSizeDelete | ( | iu2ds_t | size | ) |
Delete a 2D size object.
| size | THe object that will be deleted |
| iu2ds_t iuf2DSizeLoad | ( | hid_t | handle | ) |
| int iuf2DSizeSave | ( | iu2ds_t | size, |
| hid_t | handle | ||
| ) |