net.simplace.sim.components.util.InterpolationTable
public class InterpolationTable {
// Public Constructors
public InterpolationTable(FWSimVariable tx, FWSimVariable ty);
public InterpolationTable(FWSimVariable txy);
public InterpolationTable(FWSimVariable xtable, FWSimVariable ytable,
FWSimVariable xytable);
public InterpolationTable(FWSimVariable xtable, FWSimVariable ytable,
FWSimVariable xytable, Object caller);
// Protected Instance Variables
protected FWSimVariable x;
protected FWSimVariable y;
protected FWSimVariable xy;
protected Boolean isOldstyle;
// Public Instance Methods public double getValueAt(double t);
public Double[] getXValues();
public Double[] getYValues();
public Double[] getXYValues();
}
Passed to: FSTFunctions.AFGEN(), net.simplace.sim.components.crop.VernalisationAndPhotoresponse.PhotoResponseToArray()