IUF-SDK-3
Interventional Ultrasound Library
iufTransducerElement.h File Reference

Go to the source code of this file.

Macros

#define IUTE_INVALID   (iute_t) NULL
 

Typedefs

typedef IufTransducerElementiute_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)
 

Macro Definition Documentation

◆ IUTE_INVALID

#define IUTE_INVALID   (iute_t) NULL

Typedef Documentation

◆ iute_t

Abstract type of a transducer's element. The shape of the transducer IufShape defines if it is 2D or 3D transducer.

Function Documentation

◆ iufTransducerElementCompare()

int iufTransducerElementCompare ( iute_t  reference,
iute_t  actual 
)

◆ iufTransducerElementCreate()

iute_t iufTransducerElementCreate ( IufShape  shape)

◆ iufTransducerElementDelete()

int iufTransducerElementDelete ( iute_t  transducerElement)

◆ iufTransducerElementGetShape()

IufShape iufTransducerElementGetShape ( iute_t  element)