|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <iuf.h>#include <iufPulsePrivate.h>#include <iufParametricPulsePrivate.h>#include <iufNonParametricPulsePrivate.h>Macros | |
| #define | TOSTR(x) #x |
Functions | |
| iup_t | iufPulseCreate (IufPulseType type) |
| int | iufPulseDelete (iup_t pulse) |
| Deletes a IufPulse object. More... | |
| IUF_BOOL | iufBasePulseCompare (iup_t reference, iup_t actual) |
| IUF_BOOL | iufPulseCompare (iup_t reference, iup_t actual) |
| Compare two IufPulse objects with each other. More... | |
| IufPulseType | iufPulseGetType (iup_t pulse) |
| Get the IufPulse type , i.e. IUF_PARAMETRIC_PULSETYPE or IUF_NON_PARAMETRIC_PULSETYPE. More... | |
| int | iufBasePulseSave (iup_t pulse, hid_t handle) |
| int | iufPulseSave (iup_t pulse, hid_t handle) |
| iup_t | iufBasePulseLoad (hid_t handle) |
| iup_t | iufPulseLoad (hid_t handle) |
| #define TOSTR | ( | x | ) | #x |
| iup_t iufBasePulseLoad | ( | hid_t | handle | ) |
| int iufBasePulseSave | ( | iup_t | pulse, |
| hid_t | handle | ||
| ) |
| iup_t iufPulseCreate | ( | IufPulseType | type | ) |
| int iufPulseDelete | ( | iup_t | pulse | ) |
Deletes a IufPulse object.
| pulse | The IufPulse of interest. |
| IufPulseType iufPulseGetType | ( | iup_t | pulse | ) |
| iup_t iufPulseLoad | ( | hid_t | handle | ) |
| int iufPulseSave | ( | iup_t | pulse, |
| hid_t | handle | ||
| ) |