public class PDFStitchingFunction extends PDFFunction
ExponentialInterpolation, functionType, inputDomain, inputValues, outputRange, PostScriptCalculator, returnValues, Sampled, Stitching| Constructor and Description |
|---|
PDFStitchingFunction(java.util.Map functionDict,
PDFFile srcFile) |
PDFStitchingFunction(PDFStream functionStream,
PDFFile srcFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
function_implementation(float[] in,
float[] out) |
void |
initializeParameters(java.util.Map functionDict,
PDFFile srcFile)
Read the function parameters
|
int |
numInputValues()
Returns the number of parameters this function takes as input
|
int |
numOutputValues()
Returns the number of values this function returns.
|
clipToRange, evaluate, getInstancepublic PDFStitchingFunction(java.util.Map functionDict,
PDFFile srcFile)
public void initializeParameters(java.util.Map functionDict,
PDFFile srcFile)
PDFFunctioninitializeParameters in class PDFFunctionpublic int numInputValues()
PDFFunctionnumInputValues in class PDFFunctionpublic int numOutputValues()
PDFFunctionnumOutputValues in class PDFFunctionpublic void function_implementation(float[] in,
float[] out)
function_implementation in class PDFFunction