WarperConfig
============

.. currentmodule:: lsst.afw.math

.. autoclass:: WarperConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~WarperConfig.cacheSize
      ~WarperConfig.growFullMask
      ~WarperConfig.history
      ~WarperConfig.interpLength
      ~WarperConfig.maskWarpingKernelName
      ~WarperConfig.warpingKernelName

   .. rubric:: Methods Summary

   .. autosummary::

      ~WarperConfig.compare
      ~WarperConfig.formatHistory
      ~WarperConfig.freeze
      ~WarperConfig.items
      ~WarperConfig.iteritems
      ~WarperConfig.iterkeys
      ~WarperConfig.itervalues
      ~WarperConfig.keys
      ~WarperConfig.load
      ~WarperConfig.loadFromStream
      ~WarperConfig.names
      ~WarperConfig.save
      ~WarperConfig.saveToStream
      ~WarperConfig.setDefaults
      ~WarperConfig.toDict
      ~WarperConfig.update
      ~WarperConfig.validate
      ~WarperConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: cacheSize
   .. autoattribute:: growFullMask
   .. autoattribute:: history
   .. autoattribute:: interpLength
   .. autoattribute:: maskWarpingKernelName
   .. autoattribute:: warpingKernelName

   .. rubric:: Methods Documentation

   .. automethod:: compare
   .. automethod:: formatHistory
   .. automethod:: freeze
   .. automethod:: items
   .. automethod:: iteritems
   .. automethod:: iterkeys
   .. automethod:: itervalues
   .. automethod:: keys
   .. automethod:: load
   .. automethod:: loadFromStream
   .. automethod:: names
   .. automethod:: save
   .. automethod:: saveToStream
   .. automethod:: setDefaults
   .. automethod:: toDict
   .. automethod:: update
   .. automethod:: validate
   .. automethod:: values