SpatialCell
===========

.. currentmodule:: lsst.afw.math

.. autoclass:: SpatialCell
   :show-inheritance:

   .. rubric:: Methods Summary

   .. autosummary::

      ~SpatialCell.begin
      ~SpatialCell.empty
      ~SpatialCell.end
      ~SpatialCell.getBBox
      ~SpatialCell.getCandidateById
      ~SpatialCell.getIgnoreBad
      ~SpatialCell.getLabel
      ~SpatialCell.insertCandidate
      ~SpatialCell.removeCandidate
      ~SpatialCell.setIgnoreBad
      ~SpatialCell.size
      ~SpatialCell.sortCandidates
      ~SpatialCell.visitAllCandidates
      ~SpatialCell.visitCandidates

   .. rubric:: Methods Documentation

   .. automethod:: begin
   .. automethod:: empty
   .. automethod:: end
   .. automethod:: getBBox
   .. automethod:: getCandidateById
   .. automethod:: getIgnoreBad
   .. automethod:: getLabel
   .. automethod:: insertCandidate
   .. automethod:: removeCandidate
   .. automethod:: setIgnoreBad
   .. automethod:: size
   .. automethod:: sortCandidates
   .. automethod:: visitAllCandidates
   .. automethod:: visitCandidates