Class InterpolationFunction
java.lang.Object
com.inductiveautomation.rm.pdf.reader.PDFFunction
com.inductiveautomation.rm.pdf.reader.fps.InterpolationFunction
Type 2 exponential interpolation functions.  Simple interpolation between 2 sets of m values. N=1 -> linear
 interpolation.
- 
Field SummaryFields inherited from class com.inductiveautomation.rm.pdf.reader.PDFFunctionExponentialInterpolation, functionType, inputDomain, inputValues, outputRange, PostScriptCalculator, returnValues, Sampled, Stitching
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfunction_implementation(float[] in, float[] out) voidinitializeParameters(Map functionDict, PDFFile srcFile) Read the function parametersintReturns the number of parameters this function takes as inputintReturns the number of values this function returns.Methods inherited from class com.inductiveautomation.rm.pdf.reader.PDFFunctionclipToRange, evaluate, getInstance
- 
Constructor Details- 
InterpolationFunction
 
- 
- 
Method Details- 
initializeParametersDescription copied from class:PDFFunctionRead the function parameters- Overrides:
- initializeParametersin class- PDFFunction
 
- 
numInputValuespublic int numInputValues()Description copied from class:PDFFunctionReturns the number of parameters this function takes as input- Overrides:
- numInputValuesin class- PDFFunction
 
- 
numOutputValuespublic int numOutputValues()Description copied from class:PDFFunctionReturns the number of values this function returns. Should be overridden by subclasses that don't require outputRange.- Overrides:
- numOutputValuesin class- PDFFunction
 
- 
function_implementationpublic void function_implementation(float[] in, float[] out) - Specified by:
- function_implementationin class- PDFFunction
 
 
-