Category
Function
Generates a list of vectors.
Syntax
Available only through the user interface.
Inputs
Name | Type | Default | Description |
---|---|---|---|
data | object | no default | object from which interactor attributes can be derived |
refresh | flag | 0 | reset the interactor |
min | scalar | minimum data value | minimum output value |
max | scalar | maximum data value | maximum output value |
delta | scalar | input dependent | increment between successive scalar outputs |
method | string | input dependent | defines interpretation of delta input |
decimals | integer | input dependent | number of decimal places to be displayed in output values |
nitems | integer | 11 | number of items in the initial list |
label | string | "ScalarList" | global name applied to interactor stand-ins |
Outputs
Name | Type | Description |
---|---|---|
output | vector list | interactor output |
Functional Details
This interactor allows the user to interactively change a list of vector values. Through inputs to the module (outputs from other tools or values set in its configuration dialog box) the interactor can be "data driven."
If the interactor is not data-driven, its attributes (e.g., min, max, and delta) are taken from its Set Attributes... dialog box (accessed from the Edit pull-down menu in the Control Panel).
Note: The module's control panel is invoked by double clicking on its icon in the VPE window. Its configuration dialog box is accessed from the Edit pull-down menu in the same window.
data | is the object from which the interactor can derive any or all of the minimum, maximum, and delta attributes when their corresponding input uses the default value (tab up). Initially, all inputs are default values. |
refresh | resets the interactor so that the output is computed from the current input. If refresh = 0 (the default), the output is recomputed only if the current output does not lie within the range of the current data. |
min and max | specify the minimum and maximum values of the interactor's vector output. If set, these values override those implied by data. Each component of the vector values corresponds to a component of the interactor output. A specified value of [10 20 30] means that the minimum (or maximum) of the first component is 10, of the second is 20, and of the third is 30. When the specified value is scalar, that value is used for all components. If neither min nor data is specified, the interactor uses the minimum set in the Set Attributes... dialog box. If neither max nor data is specified, the interactor uses the maximum in the Set Attributes... dialog box. |
delta | specifies a scalar value as a factor for calculating the increment between successive outputs over the specified range. The actual value depends on the interpretation specified by method (see below). |
method | specifies the interpretation of delta:
|
decimals | specifies the number of decimal places displayed in the interactor. If neither data nor delta is specified, the interactor uses the value in its own Set Attributes... dialog box. |
nitems | specifies the number of items in the interactor list. These are evenly spaced between the minimum and maximum values (see above). For example, if this parameter is given a value of 3, and the range is [0 0 0] to [100 100 100], the output list will be {[0 0 0], [50 50 50], [100 100 100]} Note: If nitems changes, a new list is computed. |
label | is the global label of all instances of the corresponding interactor stand-in. An interactor instance's local label (set from the Control Panel) overrides a global label. If not specified, the global label is set by the user interface. |
See Also
Integer, IntegerList, Scalar, ScalarList, Vector
[ OpenDX Home at IBM | OpenDX.org ]