|
IUF-SDK-3
Interventional Ultrasound Library
|
File containing iuf2DNonParametricSource related declarations. More...
#include "iufPosition.h"Go to the source code of this file.
Macros | |
| #define | IU2DNPS_INVALID (iu2dnps_t) NULL |
Typedefs | |
| typedef Iuf2DNonParametricSource * | iu2dnps_t |
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... | |
File containing iuf2DNonParametricSource related declarations.
| #define IU2DNPS_INVALID (iu2dnps_t) NULL |
An invalid 2D Non-Parametric Source
| typedef Iuf2DNonParametricSource* iu2dnps_t |
The 2D Non-Parametric Sources describes a list of locations from which a pulse originates simulatanously. You can create a source with a predefined number of locations and then get and set these locations with iuf2DNonParametricSourceGetPosition() and iuf2DNonParametricSourceGetPosition() respectively.
| 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 |
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 |