FLDFget_node_data_veclen, FLDFset_node_data_veclen
Synopsis
get/set the number of subcomponents within one Node_Data component
INTEGER FLDFget_node_data_veclen (field, comp, veclen)
INTEGER field(OIDSIZ)
INTEGER comp
INTEGER veclen
INTEGER FLDFset_node_data_veclen (field, comp, veclen)
INTEGER field(OIDSIZ)
INTEGER comp
INTEGER veclenDescription
These routines set and get the veclen (number of subcomponents) within a single Node_Data Data_Array component. For example, an RGB image's veclen would be 3.
This veclen can be used to calculate the second index into the values[nvals][veclen] data array.
Note: veclens are often set as part of the FLDFset_node_data_comp routine rather than with FLDFset_node_data_veclen.
Parameters
veclens are numbered from 1-n. Whether you actually need to set veclen if veclen=1 depends on how your functions are coded. AVS/Express modules and functions that manipulate Node_Data either assume veclen=1 or require that veclen be set.
Examples
Files
See Also