Interpolate
===========

.. currentmodule:: lsst.afw.math

.. autoclass:: Interpolate
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~Interpolate.AKIMA_SPLINE
      ~Interpolate.AKIMA_SPLINE_PERIODIC
      ~Interpolate.CONSTANT
      ~Interpolate.CUBIC_SPLINE
      ~Interpolate.CUBIC_SPLINE_PERIODIC
      ~Interpolate.LINEAR
      ~Interpolate.NATURAL_SPLINE
      ~Interpolate.NUM_STYLES
      ~Interpolate.UNKNOWN

   .. rubric:: Methods Summary

   .. autosummary::

      ~Interpolate.interpolate

   .. rubric:: Attributes Documentation

   .. autoattribute:: AKIMA_SPLINE
   .. autoattribute:: AKIMA_SPLINE_PERIODIC
   .. autoattribute:: CONSTANT
   .. autoattribute:: CUBIC_SPLINE
   .. autoattribute:: CUBIC_SPLINE_PERIODIC
   .. autoattribute:: LINEAR
   .. autoattribute:: NATURAL_SPLINE
   .. autoattribute:: NUM_STYLES
   .. autoattribute:: UNKNOWN

   .. rubric:: Methods Documentation

   .. automethod:: interpolate