Go to the source code of this file.
◆ IUD_INVALID
| #define IUD_INVALID (iud_t) NULL |
◆ iud_t
A datablock is an array of floats.
◆ iufDataCompare()
| int iufDataCompare |
( |
iud_t |
reference, |
|
|
iud_t |
actual |
|
) |
| |
◆ iufDataCreate()
| iud_t iufDataCreate |
( |
int |
size | ) |
|
Creates a datablock of size floats.
- Returns
- Returns the datablock or IUD_INVALID in case of a failure.
- Parameters
-
| size | The number of floats to allocate |
◆ iufDataDelete()
| int iufDataDelete |
( |
iud_t |
data | ) |
|
Deletes a datablock of size floats.
- Returns
- Returns the datablock or IUD_INVALID in case of a failure.
◆ iufDataFill()
| int iufDataFill |
( |
iud_t |
data, |
|
|
double * |
input, |
|
|
int |
length |
|
) |
| |
◆ iufDataGetPointer()
| float* iufDataGetPointer |
( |
iud_t |
data | ) |
|
◆ iufDataGetSize()
| int iufDataGetSize |
( |
iud_t |
data | ) |
|