|
IUF-SDK-3
Interventional Ultrasound Library
|
#include <stdlib.h>#include <string.h>#include <hashmap.h>#include <iuf.h>#include <iufTransmitApodizationDictADT.h>#include <iufTransmitApodizationPrivate.h>Macros | |
| #define | MAX_NAME 1024 |
| #define MAX_NAME 1024 |
Compares if two IufTransmitApodizationDict objects are equal.
| reference | the IufTransmitApodizationDict to compare to |
| actual | the IufTransmitApodizationDict to compare with |
| iutad_t iufTransmitApodizationDictCreate | ( | void | ) |
Creates a IufTransmitApodizationDict.
| int iufTransmitApodizationDictDeepDelete | ( | iutad_t | dict | ) |
Deletes a IufTransmitApodizationDict object and all its IufTransmitApodization s.
| dict | The IufTransmitApodizationDict that is to be deleted |
| int iufTransmitApodizationDictDelete | ( | iutad_t | dict | ) |
Deletes the IufTransmitApodizationDict object without deleting each IufTransmitApodization separately.
| dict | The IufTransmitApodizationDict that is to be deleted |
Get the IufTransmitApodization with the label key from the dict.
| dict | the IufTransmitApodizationDict of interest |
| key | the label of the IufTransmitApodization |
| char** iufTransmitApodizationDictGetKeys | ( | iutad_t | dict | ) |
Get the keys currently available in the dict.
| dict | the IufTransmitApodizationDict of interest |
| size_t iufTransmitApodizationDictGetSize | ( | iutad_t | dict | ) |
Get the number of IufTransmitApodization objects in the dictionary.
| dict | the IufTransmitApodizationDict of interest |
| iutad_t iufTransmitApodizationDictLoad | ( | hid_t | handle | ) |
| herr_t iufTransmitApodizationDictSave | ( | iutad_t | dict, |
| hid_t | handle | ||
| ) |
Add a IufTransmitApodization with the label key to the dict.
| dict | the IufTransmitApodizationDict that receives a new IufTransmitApodization |
| key | the label of the IufTransmitApodization |
| member | the IufTransmitApodization that is added |