SimpleTable
===========

.. currentmodule:: lsst.afw.table

.. autoclass:: SimpleTable
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SimpleTable.schema

   .. rubric:: Methods Summary

   .. autosummary::

      ~SimpleTable.checkSchema
      ~SimpleTable.clone
      ~SimpleTable.copyRecord
      ~SimpleTable.getBufferSize
      ~SimpleTable.getCoordKey
      ~SimpleTable.getIdFactory
      ~SimpleTable.getIdKey
      ~SimpleTable.getMetadata
      ~SimpleTable.getSchema
      ~SimpleTable.make
      ~SimpleTable.makeMinimalSchema
      ~SimpleTable.makeRecord
      ~SimpleTable.popMetadata
      ~SimpleTable.preallocate
      ~SimpleTable.setIdFactory
      ~SimpleTable.setMetadata

   .. rubric:: Attributes Documentation

   .. autoattribute:: schema

   .. rubric:: Methods Documentation

   .. automethod:: checkSchema
   .. automethod:: clone
   .. automethod:: copyRecord
   .. automethod:: getBufferSize
   .. automethod:: getCoordKey
   .. automethod:: getIdFactory
   .. automethod:: getIdKey
   .. automethod:: getMetadata
   .. automethod:: getSchema
   .. automethod:: make
   .. automethod:: makeMinimalSchema
   .. automethod:: makeRecord
   .. automethod:: popMetadata
   .. automethod:: preallocate
   .. automethod:: setIdFactory
   .. automethod:: setMetadata