Go to the source code of this file.
◆ IUPALD_INVALID
◆ iupald_t
A dictionary of IufPatternList objects. A patternlist typically describes a bmode or doppler driving scheme and since these can be multiplexed in a single acquisition, suchs lists are put in a dictionary.
◆ iufPatternListDictCompare()
Compare two dictionaries of IufPatternList objects.
- Returns
- Returns IUF_TRUE in case the dictionaries are equal and IUF_FALSE otherwise.
- Parameters
-
| reference | The dictionary to compare to |
| actual | The dictionary to compare with |
◆ iufPatternListDictCreate()
| iupald_t iufPatternListDictCreate |
( |
void |
| ) |
|
◆ iufPatternListDictDeepDelete()
| int iufPatternListDictDeepDelete |
( |
iupald_t |
dict | ) |
|
Delete the dictionary and its IufPatternList objects.
- Returns
- Returns IUF_E_OK in case of success or IUF_ERR_VALUE in case of an error.
- Parameters
-
| dict | The dictionary to be deleted |
◆ iufPatternListDictDelete()
| int iufPatternListDictDelete |
( |
iupald_t |
dict | ) |
|
Delete the dictionary without deleting its IufPatternList objects.
- Returns
- Returns IUF_E_OK in case of success or IUF_ERR_VALUE in case of an invalid argument.
- Parameters
-
| dict | The dictionary to be deleted |
◆ iufPatternListDictGet()
◆ iufPatternListDictGetKeys()
| char** iufPatternListDictGetKeys |
( |
iupald_t |
dict | ) |
|
◆ iufPatternListDictGetSize()
| size_t iufPatternListDictGetSize |
( |
iupald_t |
dict | ) |
|
Get the number of IufPatternList objects in the dictionary.
- Returns
- Returns the number of IufPatternList objects or -1 in case of an invalid dictionary.
- Parameters
-
| dict | The dictionary of interest |
◆ iufPatternListDictSet()