|
IUF-SDK-3
Interventional Ultrasound Library
|
Data Structures | |
| struct | Iuf2DNonParametricSource |
Functions | |
| iu2dnps_t | iuf2DNonParametricSourceCreate (int numLocations) |
Create an ultrasound source for generating a pulseform based on numLocations points. The points are described directly by their 2D position (i.e. not parametrically) . More... | |
| int | iuf2DNonParametricSourceDelete (iu2dnps_t source) |
| Delete a 2D non-parametric source. More... | |
| int | iuf2DNonParametricSourceCompare (iu2dnps_t reference, iu2dnps_t actual) |
| Compares two 2D non-parametric sources. More... | |
| iu2dp_t | iuf2DNonParametricSourceGetPosition (iu2dnps_t source, int index) |
Gets the index -th 2D position of a 2D non-parametric source. More... | |
| int | iuf2DNonParametricSourceGetNumLocations (iu2dnps_t source) |
| Gets he number of points the source has. More... | |
| int | iuf2DNonParametricSourceSetPosition (iu2dnps_t source, iu2dp_t pos, int index) |
sets the 2D position pos on the index -th location for the 2D non-parametric source iuf2DNonParametricSource. More... | |
| int | iuf2DNonParametricSourceSave (iu2dnps_t source, hid_t handle) |
Saves a 2D non-parametric ultrasound source to an HDF5 handle. More... | |
| iu2dnps_t | iuf2DNonParametricSourceLoad (hid_t handle) |
Loads a 2D non-parametric ultrasound source fom a HDF5 handle. More... | |
| struct Iuf2DNonParametricSource |
| Data Fields | ||
|---|---|---|
| struct IufSource | base | |
| int | numLocations | |
| struct Iuf2DPosition * | pLocations | |
| iu2dnps_t iuf2DNonParametricSourceCreate | ( | int | numLocations | ) |
Create an ultrasound source for generating a pulseform based on numLocations points. The points are described directly by their 2D position (i.e. not parametrically) .
| numLocations | The number of points the source has. |
| int iuf2DNonParametricSourceDelete | ( | iu2dnps_t | source | ) |
Delete a 2D non-parametric source.
| source | The source that is deleted |
| int iuf2DNonParametricSourceGetNumLocations | ( | iu2dnps_t | source | ) |
Gets he number of points the source has.
| source | 2D non-parametric source with positions |
Gets the index -th 2D position of a 2D non-parametric source.
| source | 2D non-parametric source with positions |
| index | the index of the position list |
| iu2dnps_t iuf2DNonParametricSourceLoad | ( | hid_t | handle | ) |
Loads a 2D non-parametric ultrasound source fom a HDF5 handle.
| handle | The HDF5 handle to load from |
| int iuf2DNonParametricSourceSave | ( | iu2dnps_t | source, |
| hid_t | handle | ||
| ) |
Saves a 2D non-parametric ultrasound source to an HDF5 handle.
| source | The 2D non-parameric source to save |
| handle | The HDF5 handle to save to |
sets the 2D position pos on the index -th location for the 2D non-parametric source iuf2DNonParametricSource.
| source | the 2D non-parametric source |
| pos | the 2D position to be set |
| index | the index of the position |