FLDFset_node_data_comp


Synopsis

set all basic characteristics of a single Node_Data component in one call


INTEGER FLDFset_node_data_comp (field, comp, veclen, label, units)
     INTEGER field(OIDSIZ)
     INTEGER comp
     INTEGER veclen
     CHARACTER*32 label
     CHARACTER*32 units

Description

FLDFset_node_data_comp sets all the basic characteristics of a single Node_Data component in one call, except the actual data. You would use it to quickly establish the structure of an output Node_Data component.

Note that no FLDFset_node_data_label or FLDFset_node_data_units routines exist. Therefore, you must use FLDFset_node_data_comp to set these values.

Parameters

field

The integer of a field that contains a Node_Data subobject.

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.