Category
Function
Generates an integer within a specified range of values.
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 | integer | minimum data value | minimum output integer |
max | integer | maximum data value | maximum output integer |
delta | scalar | input dependent | increment between successive integer outputs |
method | string | input dependent | defines interpretation of delta input |
label | string | "Integer" | global name applied to interactor stand-ins |
Outputs
Name | Type | Description |
---|---|---|
output | integer | interactor output |
Functional Details
This interactor provides incremental control of various functions in a visual program (e.g., the number of contour lines currently displayed on an isosurface in the Image window). The integer range over which the module acts is governed by its attributes (e.g., minimum, maximum, and delta), which in turn are either (1) specified by the parameter values in its Set Attributes... dialog box or (2) determined from input to the module (e.g, a data field). In the second case, the interactor is said to be "data driven."
Note: The interactor 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 (usually a data field) from which the interactor can derive any or all of the minimum, maximum, and delta attributes when the corresponding input tabs are up. |
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. The default for the output of the interactor is the midpoint of min and max. |
min and max | specify the minimum and maximum values of the interactor's integer output. If set, these values override those implied by data. 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 set 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:
|
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. By default, the global label is set by the user interface. |
Example Visual Programs
Many example visual programs use Integer interactors. An example program that uses a data-driven integer interactor is WindVorticity.net
See Also
IntegerList, Scalar, ScalarList, Vector, VectorList
[ OpenDX Home at IBM | OpenDX.org ]