|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <iuf.h>#include <iuf2DNonParametricSourcePrivate.h>#include <iuf2DParametricSourcePrivate.h>#include <iuf3DNonParametricSourcePrivate.h>#include <iuf3DParametricSourcePrivate.h>#include <iufSourcePrivate.h>Macros | |
| #define | TOSTR(x) #x |
Functions | |
| int | iufSourceDelete (ius_t source) |
| Delete a source. More... | |
| IUF_BOOL | iufBaseSourceCompare (ius_t reference, ius_t actual) |
| IUF_BOOL | iufSourceCompare (ius_t reference, ius_t actual) |
| Compare two sources. More... | |
| IufSourceType | iufSourceGetType (ius_t source) |
| Get which type the source has. More... | |
| int | iufBaseSourceSave (ius_t source, hid_t handle) |
| ius_t | iufBaseSourceLoad (hid_t handle) |
| ius_t | iufSourceLoad (hid_t handle) |
| int | iufSourceSave (ius_t source, hid_t handle) |
| #define TOSTR | ( | x | ) | #x |
| ius_t iufBaseSourceLoad | ( | hid_t | handle | ) |
| int iufBaseSourceSave | ( | ius_t | source, |
| hid_t | handle | ||
| ) |
| int iufSourceDelete | ( | ius_t | source | ) |
Delete a source.
| source | The source that is deleted |
| IufSourceType iufSourceGetType | ( | ius_t | source | ) |
Get which type the source has.
| source | The source of interest |
| ius_t iufSourceLoad | ( | hid_t | handle | ) |
| int iufSourceSave | ( | ius_t | source, |
| hid_t | handle | ||
| ) |