BoxI
====

.. currentmodule:: lsst.afw.geom

.. autoclass:: BoxI
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BoxI.EXPAND
      ~BoxI.SHRINK

   .. rubric:: Methods Summary

   .. autosummary::

      ~BoxI.clip
      ~BoxI.contains
      ~BoxI.flipLR
      ~BoxI.flipTB
      ~BoxI.getArea
      ~BoxI.getBegin
      ~BoxI.getBeginX
      ~BoxI.getBeginY
      ~BoxI.getCorners
      ~BoxI.getDimensions
      ~BoxI.getEnd
      ~BoxI.getEndX
      ~BoxI.getEndY
      ~BoxI.getHeight
      ~BoxI.getMax
      ~BoxI.getMaxX
      ~BoxI.getMaxY
      ~BoxI.getMin
      ~BoxI.getMinX
      ~BoxI.getMinY
      ~BoxI.getSlices
      ~BoxI.getWidth
      ~BoxI.grow
      ~BoxI.include
      ~BoxI.isEmpty
      ~BoxI.overlaps
      ~BoxI.shift
      ~BoxI.swap
      ~BoxI.toString

   .. rubric:: Attributes Documentation

   .. autoattribute:: EXPAND
   .. autoattribute:: SHRINK

   .. rubric:: Methods Documentation

   .. automethod:: clip
   .. automethod:: contains
   .. automethod:: flipLR
   .. automethod:: flipTB
   .. automethod:: getArea
   .. automethod:: getBegin
   .. automethod:: getBeginX
   .. automethod:: getBeginY
   .. automethod:: getCorners
   .. automethod:: getDimensions
   .. automethod:: getEnd
   .. automethod:: getEndX
   .. automethod:: getEndY
   .. automethod:: getHeight
   .. automethod:: getMax
   .. automethod:: getMaxX
   .. automethod:: getMaxY
   .. automethod:: getMin
   .. automethod:: getMinX
   .. automethod:: getMinY
   .. automethod:: getSlices
   .. automethod:: getWidth
   .. automethod:: grow
   .. automethod:: include
   .. automethod:: isEmpty
   .. automethod:: overlaps
   .. automethod:: shift
   .. automethod:: swap
   .. automethod:: toString