favSetCompIndex

AVVIEWER Subroutine: Sets the component index values.

Module: USE AVVIEWER

Syntax

favSetCompIndex (hv, XComp, YComp, ZComp, WComp, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

XComp
An input argument of type INTEGER(4). It specifies the X component index.

YComp
An input argument of type INTEGER(4). It specifies the Y component index.

ZComp
An input argument of type INTEGER(4). It specifies the Z component index.

WComp
An input argument of type INTEGER(4). It specifies the W component index.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

Each index value must be an integer between 0 and n, where n is the number of columns (that is, the extent of the c dimension of the array, where c is the current column dimension). If a value of 0 is used, that component is not included in the graph. Otherwise, the vector component is derived from the given array index.

In Vector Graph mode, data values are graphed as a sequence of <x, y, z, w> vectors, where each vector component is extracted from the array based on the component index values.

See Also

favGetCompIndex, favGetRowColDim