FLDFget_cell_null_data, FLDFset_cell_null_data, FLDFset_cell_null_flag
Synopsis
get/set the NULL data flag and NULL data value in a cell data component
INTEGER FLDFget_cell_null_data (cell_set, comp, null_flag, null_value)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER null_flag
INTEGER null_value
INTEGER FLDFset_cell_null_data (cell_set, comp, null_flag, null_value)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER null_value
INTEGER type
INTEGER FLDFset_cell_null_flag (cell_set, comp, null_flag,)
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER null_flagDescription
These routines get/set the NULL data flag (null_flag) in a specified component of a cell data. null_flag indicates the presence of NULL data. They also get/set the data value (null_value) that should be interpreted as meaning "no data here" by visualization modules and the renderer.
Note: To get the null_flag, use FLDFget_cell_null_data.
Parameters
In FLDFget_cell_null_data, an integer in which the flag that signifies "NULL data is present" is returned.
In FLDFget_cell_null_data, an integer representing unknown type in which the null data value this component is using will be returned.
In FLDFset_cell_null_data, an integer representing a data item of unknown type from which the null data value will be copied into the component.
n integer code specifying the array's data type. AVS/Express provides the following symbolic constants, defined in <avs/dtype.h>:
Examples
Files
See Also