Package net.simplace.sim.components.util
Class ScalableInterpolationTable
java.lang.Object
net.simplace.sim.components.util.InterpolationTable
net.simplace.sim.components.util.ScalableInterpolationTable
-
Field Summary
Fields inherited from class net.simplace.sim.components.util.InterpolationTable
isOldstyle, x, xy, y
-
Constructor Summary
ConstructorDescriptionScalableInterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) ScalableInterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> xtable, net.simplace.sim.util.FWSimVariable<Double[]> ytable, net.simplace.sim.util.FWSimVariable<Double[]> xytable, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y, Object caller) ScalableInterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> tx, net.simplace.sim.util.FWSimVariable<Double[]> ty, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) ScalableInterpolationTable
(net.simplace.sim.util.FWSimVariable<Double[]> txy, net.simplace.sim.util.FWSimVariable<Double> scale_factor_y) -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
getUnscaledValueAt
(double t) double
getValueAt
(double t) Methods inherited from class net.simplace.sim.components.util.InterpolationTable
apply, getXValues, getXYValues, getYValues
-
Field Details
-
y_scale
-
-
Constructor Details
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
ScalableInterpolationTable
-
-
Method Details
-
getValueAt
public double getValueAt(double t) - Overrides:
getValueAt
in classInterpolationTable
-
getUnscaledValueAt
public double getUnscaledValueAt(double t) -
getScaleFactor
public double getScaleFactor()
-