Go to the source code of this file.
◆ IUS_INVALID
| #define IUS_INVALID (ius_t) NULL |
◆ ius_t
◆ IufSourceType
| Enumerator |
|---|
| IUF_INVALID_SOURCE_TYPE | |
| IUF_2D_NON_PARAMETRIC_SOURCE | |
| IUF_3D_NON_PARAMETRIC_SOURCE | |
| IUF_2D_PARAMETRIC_SOURCE | |
| IUF_3D_PARAMETRIC_SOURCE | |
◆ iufSourceCompare()
| int iufSourceCompare |
( |
ius_t |
reference, |
|
|
ius_t |
actual |
|
) |
| |
Compare two sources.
- Returns
- Returns IUF_TRUE in case the sources are equal and IUF_FALSE otherwise.
- Parameters
-
| reference | The source to compare to |
| actual | The source to compare with |
◆ iufSourceDelete()
| int iufSourceDelete |
( |
ius_t |
source | ) |
|
Delete a source.
- Returns
- Returns IUF_E_OK in case of success and IUF_ERR_VALUE in case of an error.
- Parameters
-
| source | The source that is deleted |
◆ iufSourceGetType()
Get which type the source has.
- Returns
- Returns if the source is 2D, 3D and Parametric or non Parametric
- Parameters
-
| source | The source of interest |