|
IUF-SDK-3
Interventional Ultrasound Library
|
Go to the source code of this file.
Macros | |
| #define | IUTE_INVALID (iute_t) NULL |
Typedefs | |
| typedef IufTransducerElement * | iute_t |
Functions | |
| iute_t | iufTransducerElementCreate (IufShape shape) |
| int | iufTransducerElementDelete (iute_t transducerElement) |
| int | iufTransducerElementCompare (iute_t reference, iute_t actual) |
| IufShape | iufTransducerElementGetShape (iute_t element) |
| #define IUTE_INVALID (iute_t) NULL |
| typedef IufTransducerElement* iute_t |
Abstract type of a transducer's element. The shape of the transducer IufShape defines if it is 2D or 3D transducer.
| int iufTransducerElementDelete | ( | iute_t | transducerElement | ) |