BoundingBoxLinearFunction
-
MLModule
author |
Tim Kroeger |
package |
FMEwork/Release |
dll |
MLStochasticCollocation |
definition |
MLStochasticCollocation.def |
see also |
LoadLinearFunction , InterpolatePolynomialToLinearFunction , EvaluateLinearFunction , GraphLinearFunction , NodesLinearFunction , PartiallyEvaluateLinearFunction , IntegrateBoxLinearFunction , SelectLinearFunction , CovarianceMatrixLinearFunction , ThresholdLinearFunction , SaveLinearFunction , HistogramLinearFunction , ResampleLinearFunction , AddLinearFunction , HistogramSphereLinearFunction |
keywords |
interpolation , function , multivariate , piecewise , multilinear , bounding , box , translate , scale |
Purpose
The module BoundingBoxLinearFunction
changes the bounding box of a piecewise multi-linear functions (or a list of such functions).
It does not change the values of the function: In other words, the values of the new function on the new bounding box are equal to the values of the old function on the old bounding box. Precisely, if f(x) is the old function, the new function is f( φ (x)) where φ is the (multi-) linear-affine map that maps the new bounding box to the old bounding box.
Windows
Default Panel
Output Fields
outputFunction
-
name:
outputFunction
, type:
MLBase
Represents the function (list) with the new bounding box.
Parameter Fields
Visible Fields
New Bounding Box
-
name:
bBox
, type:
String
Sets the new bounding box.
Separate min and max value of any direction by comma. Separate the directions with semicolon.
Note that all of the functions will get the new bounding box, no matter whether they had equal bounding boxes before.