Class InterpolationFunction


  • public class InterpolationFunction
    extends PDFFunction
    Type 2 exponential interpolation functions. Simple interpolation between 2 sets of m values. N=1 -> linear interpolation.
    • Constructor Detail

      • InterpolationFunction

        public InterpolationFunction​(java.util.Map functionDict,
                                     PDFFile srcFile)
    • Method Detail

      • numInputValues

        public int numInputValues()
        Description copied from class: PDFFunction
        Returns the number of parameters this function takes as input
        Overrides:
        numInputValues in class PDFFunction
      • numOutputValues

        public int numOutputValues()
        Description copied from class: PDFFunction
        Returns the number of values this function returns. Should be overridden by subclasses that don't require outputRange.
        Overrides:
        numOutputValues in class PDFFunction