ChebyshevBoundedFieldConfig
===========================

.. currentmodule:: lsst.afw.math

.. autoclass:: ChebyshevBoundedFieldConfig
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ChebyshevBoundedFieldConfig.history
      ~ChebyshevBoundedFieldConfig.orderX
      ~ChebyshevBoundedFieldConfig.orderY
      ~ChebyshevBoundedFieldConfig.triangular

   .. rubric:: Methods Summary

   .. autosummary::

      ~ChebyshevBoundedFieldConfig.compare
      ~ChebyshevBoundedFieldConfig.computeSize
      ~ChebyshevBoundedFieldConfig.formatHistory
      ~ChebyshevBoundedFieldConfig.freeze
      ~ChebyshevBoundedFieldConfig.items
      ~ChebyshevBoundedFieldConfig.iteritems
      ~ChebyshevBoundedFieldConfig.iterkeys
      ~ChebyshevBoundedFieldConfig.itervalues
      ~ChebyshevBoundedFieldConfig.keys
      ~ChebyshevBoundedFieldConfig.load
      ~ChebyshevBoundedFieldConfig.loadFromStream
      ~ChebyshevBoundedFieldConfig.loadFromString
      ~ChebyshevBoundedFieldConfig.makeControl
      ~ChebyshevBoundedFieldConfig.names
      ~ChebyshevBoundedFieldConfig.readControl
      ~ChebyshevBoundedFieldConfig.save
      ~ChebyshevBoundedFieldConfig.saveToStream
      ~ChebyshevBoundedFieldConfig.saveToString
      ~ChebyshevBoundedFieldConfig.setDefaults
      ~ChebyshevBoundedFieldConfig.toDict
      ~ChebyshevBoundedFieldConfig.update
      ~ChebyshevBoundedFieldConfig.validate
      ~ChebyshevBoundedFieldConfig.values

   .. rubric:: Attributes Documentation

   .. autoattribute:: history
   .. autoattribute:: orderX
   .. autoattribute:: orderY
   .. autoattribute:: triangular

   .. rubric:: Methods Documentation

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