|
IUF-SDK-3
Interventional Ultrasound Library
|
Data Structures | |
| struct | IufData |
Functions | |
| iud_t | iufDataCreate (int size) |
Creates a datablock of size floats. More... | |
| int | iufDataDelete (iud_t data) |
Deletes a datablock of size floats. More... | |
| int | iufDataCompare (iud_t reference, iud_t actual) |
| int | iufDataGetSize (iud_t data) |
| float * | iufDataGetPointer (iud_t data) |
| int | iufDataFill (iud_t data, double *input, int length) |
| iud_t iufDataCreate | ( | int | size | ) |
Creates a datablock of size floats.
| size | The number of floats to allocate |
| int iufDataDelete | ( | iud_t | data | ) |
Deletes a datablock of size floats.
| int iufDataFill | ( | iud_t | data, |
| double * | input, | ||
| int | length | ||
| ) |
| float* iufDataGetPointer | ( | iud_t | data | ) |
| int iufDataGetSize | ( | iud_t | data | ) |