Synopsis
set all basic characteristics of a single Cell_Data cell_set cell_data component in one call
INTEGER cell_set(OIDSIZ)
INTEGER comp
INTEGER veclen
CHARACTER*32 label
CHARACTER*32 units
Description
FLDFset_cell_data_comp sets all the basic characteristics of a single Cell_Data cell_set cell_data Data_Array component in one call, except the actual data. You use it to quickly establish the structure of an output Cell_Data cell_set cell_data component.
Note that no FLDFset_cell_data_label or FLDFset_cell_data_units routines exist. Therefore, you must use FLDFset_cell_data_comp to set these values.
Parameters
field
The integer of a cell_set within a Cell_Data that contains a cell_data Data_Array of components.
comp
An integer that specifies which component's [0-n] characteristics are being set.
veclen
An integer that specifies the veclen (number of subcomponents) in this component.
label
A character string from which the label for this component will be copied.
units
A character string from which the units for this component will be copied.