jit.findbounds Calculate bounding dimensions for a range of values

The jit.findbounds object scans a matrix for values in the range [min, max] and sends out the minimum and maximum points that contain values in the range [min, max]. The minimum point is sent as a list out the leftmost outlet, and the maximum point is sent as a list out the second outlet. If both points are all -1 values, then there are no points in the range [min, max] in the matrix.

Matrix Operator: in[1] out[0]
Name IOProc Planelink Typelink Dimlink Plane Dim Type
in n/a n/a n/a n/a n/a n/a n/a

Attributes:
Name Type Description
boundmax (get) int list[32] The maximum bounding point
boundmin (get) int list[32] The minimum bounding point
max float list[32] The maximum value to search for (default = all 0.)
min float list[32] The minimum value to search for (default = all 0.)

Example:

See Also:
jit.3m, jit.op