GenericEndpoint
===============

.. currentmodule:: lsst.afw.geom

.. autoclass:: GenericEndpoint
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~GenericEndpoint.nAxes

   .. rubric:: Methods Summary

   .. autosummary::

      ~GenericEndpoint.arrayFromData
      ~GenericEndpoint.dataFromArray
      ~GenericEndpoint.dataFromPoint
      ~GenericEndpoint.getClassPrefix
      ~GenericEndpoint.getNPoints
      ~GenericEndpoint.makeFrame
      ~GenericEndpoint.normalizeFrame
      ~GenericEndpoint.pointFromData

   .. rubric:: Attributes Documentation

   .. autoattribute:: nAxes

   .. rubric:: Methods Documentation

   .. automethod:: arrayFromData
   .. automethod:: dataFromArray
   .. automethod:: dataFromPoint
   .. automethod:: getClassPrefix
   .. automethod:: getNPoints
   .. automethod:: makeFrame
   .. automethod:: normalizeFrame
   .. automethod:: pointFromData