IUF-SDK-3
Interventional Ultrasound Library
iufTransducerADT.h
Go to the documentation of this file.
1 #ifndef IUFLIBRARY_IUFHLTRANSDUCERADT_H
2 #define IUFLIBRARY_IUFHLTRANSDUCERADT_H
3 
5 {
7  char * pTransducerName;
11 } ;
12 
13 // SWIG binding
14 #ifdef SWIG
15 %extend IufTransducer {
16  ~IufTransducer() {
17  iufTransducerDelete($self);
18  }
19 }
20 #endif
21 
22 #endif //IUFLIBRARY_IUFHLTRANSDUCERADT_H
IufTransducerShape
Definition: iufTypes.h:106
IUF_BOOL deepDelete
Definition: iufTransducerADT.h:10
float centerFrequency
Definition: iufTransducerADT.h:8
IufShape type
Definition: iufTransducerADT.h:6
char * pTransducerName
Definition: iufTransducerADT.h:7
IufShape
Definition: iufTypes.h:123
IufTransducerShape shape
Definition: iufTransducerADT.h:9
Definition: iufTransducerADT.h:4
int IUF_BOOL
Definition: iufTypes.h:8
int iufTransducerDelete(iut_t transducer)
Definition: iufTransducer.c:65